View source: R/setDefaultPriors.R
setDefaultPriors | R Documentation |
All parameters not named in priorsList, an input argument to
blatentEstimate
, recieve these parameters if their prior distributions
are of the same family. Used to quickly set priors for sets of parameters.
setDefaultPriors(
normalMean = 0,
normalVariance = 1,
normalCovariance = 0,
dirichletAlpha = 1
)
normalMean |
Sets the prior distribution mean for all parameters with
normal distributions not named in priorsList. Defaults to |
normalVariance |
Sets the prior distribution variance for all parameters with
normal distributions not named in priorsList. Defaults to |
normalCovariance |
Sets the prior distribution covariance for all parameters with
multivariate normal distributions not named in priorsList. Defaults to |
dirichletAlpha |
Sets the prior distribution parameter values when variable distributions are Dirichlet. Defaults to |
A list containing named values for each argument in the function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.