Description Usage Arguments Value See Also
A generic model used to define default brms
settings to be used across all
models investigated.
1 2 3 |
Predictors |
A character vector of variables to use as features |
ModelFamily |
A character string containing the model family to fit. |
Data |
A dataframe of the data to fit to. |
SetIter |
Numeric, define the number of iterations |
SetBurn |
Numeric, define the number of burn in iterations |
SetCores |
Numeric, set the number of cores to use. |
Chains |
Numeric, set the number of chains to use for MCMC |
SetThin |
Nuemeric, set the number of iterations to thin over. |
Silent |
Logical, defaults to |
SaveModel |
Logical, defaults to |
AdaptDelta |
Numeric, adaptive delta to use |
MaxTree |
Numeric, the maximum number of trees. |
A brm
fitted model.
ModelConstruct
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.