fitGrowthbrms | R Documentation |
growthSS
Helper function generally called from fitGrowth.
fitGrowthbrms(
ss,
iter = 2000,
cores = getOption("mc.cores", 1),
chains = 4,
prior = NULL,
backend = "cmdstanr",
silent = 0,
...
)
fitGrowthbrmsgam(
ss,
iter = 2000,
cores = getOption("mc.cores", 1),
chains = 4,
prior = NULL,
backend = "cmdstanr",
silent = 0,
...
)
ss |
A list generated by |
iter |
A number of iterations to sample for each chain. By default half this length is taken as warm-up for the MCMC algorithm. This defaults to 2000. |
cores |
A number of cores to run in parallel. This defaults to 1 if the "mc.cores" option is not set. Generally this is specified as one core per chain so that the model is fit in parallel. |
chains |
A number of markov chains to use, this defaults to 4. |
prior |
A |
backend |
A backend for brms to use Stan through. This defaults to use "cmdstanr". |
silent |
Passed to |
... |
Additional arguments passed to |
A brmsfit
object, see ?`brmsfit-class`
for details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.