| get_stan_model | R Documentation |
Gets a compiled Stan object that can be used with rstan::sampling(),
based on the choice of the covariance structure and the prior on the parameters.
get_stan_model(covariance, prior_cov)
covariance |
A string indicating the covariance structure to be used. |
prior_cov |
A string indicating the prior on the covariance parameters. |
The compiled Stan model object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.