model_run.bayesian | R Documentation |
This internal function runs a Bayesian model and returns the results. Each run uses a single chain/core.
model_run.bayesian(chain.id, formula.parsed, model.functions)
chain.id |
A unique ID to assign to the chain. |
formula.parsed |
The parsed formula object. |
model.functions |
The model object to run on the data. |
A return list that includes both the full model and the 'stanfit' component.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.