Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyyoungflesh committed Mar 31, 2018
2 parents c2b3c22 + 3f5ec06 commit a679ba2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MCMCvis
====

[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/MCMCvis)](http://cran.r-project.org/package=MCMCvis) ![devel 0.9.4](https://img.shields.io/badge/devel-0.9.4-blue.svg) [![Build Status](https://travis-ci.org/caseyyoungflesh/MCMCvis.svg?branch=master)](https://travis-ci.org/caseyyoungflesh/MCMCvis)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/MCMCvis)](http://cran.r-project.org/package=MCMCvis) ![devel 0.10.0](https://img.shields.io/badge/devel-0.10.0-blue.svg) [![Build Status](https://travis-ci.org/caseyyoungflesh/MCMCvis.svg?branch=master)](https://travis-ci.org/caseyyoungflesh/MCMCvis)

`MCMCvis` is an R package used to visualize, manipulate, and summarize MCMC output. MCMC output may be derived from Bayesian model output fit with JAGS, Stan, or other MCMC samplers.

Expand Down Expand Up @@ -79,6 +79,7 @@ just_betas_mcmc_obj <- MCMCchains(MCMC_data, params = 'beta', mcmc.list = TRUE)
MCMCplot(MCMC_data,
params = 'beta',
rank = TRUE,
horiz = FALSE)
horiz = FALSE,
ref_ovl = TRUE)
```
![](Viz_ex.png)

0 comments on commit a679ba2

Please sign in to comment.