Skip to content

Commit

Permalink
add some screenshots to readme
Browse files Browse the repository at this point in the history
@avehtari Just added a few shinystan screenshots to the readme on
github

[ci skip]
  • Loading branch information
jgabry committed Dec 26, 2016
1 parent 7155ce3 commit 9f54a06
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ MCMC simulations. The ShinyStan interface is coded primarily in R using
the [Shiny](http://shiny.rstudio.com) web application framework and is
available via the **shinystan** R package.

#### Installing the shinystan R package
### Installation

* Install from CRAN:

Expand All @@ -33,8 +33,7 @@ if (!require("devtools"))
devtools::install_github("stan-dev/shinystan", build_vignettes = TRUE)
```


#### Demo
### Demo

After installing run

Expand All @@ -43,7 +42,12 @@ library("shinystan")
launch_shinystan_demo()
```

#### About ShinyStan
### Screenshots

<img src=https://github.com/stan-dev/shinystan/blob/develop/images/home.png width=40% />
----
<img src=https://github.com/stan-dev/shinystan/blob/develop/images/explore.png width=25% /><img src=https://github.com/stan-dev/shinystan/blob/develop/images/diagnose.png width=25% />
### About ShinyStan

Applied Bayesian data analysis is primarily implemented through the MCMC
algorithms offered by various software packages. When analyzing a posterior sample
Expand Down Expand Up @@ -82,4 +86,4 @@ and is compatible with Safari, Firefox, Chrome, and most other browsers.
#### Licensing

The **shinystan** R package and ShinyStan interface are open source licensed under
the GNU Public License, version 3 (GPLv3).
the GNU Public License, version 3 (GPLv3).
Binary file added images/diagnose.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/explore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/nuts-stats.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9f54a06

Please sign in to comment.