Skip to content

megaroge/Bayes-Stan-Course

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bayes-Stan-Course

Bayes/Stan Short Course NYC

Some things to install

During one of the breaks before the afternoon session, please run the following code in R to install a few things we'll use later:

# install 'devtools' and then 'bayesplot'
if (!require("devtools")) install.packages("devtools")
library("devtools")
install_github("jgabry/bayesplot")

# also install 'shinystan'
install.packages("shinystan")

RStudio preview version

RStudio has syntax highlighting for Stan programs, but if you want to get Stan syntax highlighting for the latest version of Stan, you can install the preview version of RStudio from here:

http://www.rstudio.com/products/rstudio/download/preview

About

Bayes/Stan Short Course NYC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.6%
  • Other 0.4%