basicstan | R Documentation |
A basic Bayesian model estimating a population mean
basicstan(chains = 3, warmup = 1000, iter = 5000, html = FALSE)
chains |
The number of MCMC chains of simulation |
warmup |
How many iterations to throw away |
iter |
The total number of iterations |
html |
TRUE if you want to see a browser interface |
Please check the STAN site for documentation
An MCMC object
This function will start a STAN instance creating a STAN object which can be viewed using other packages.
## Not run: basicstan()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.