View source: R/blatentEstimate.R
blatentEstimate | R Documentation |
Blatantly runs Bayesian latent variable models.
blatentEstimate(
dataMat,
modelText,
priorsList = NULL,
options = blatentControl()
)
dataMat |
A data frame containing the data used for the analysis. |
modelText |
A character string that contains the specifications for the model to be run. See |
priorsList |
A list of priors to be placed on parameters of the model. Defaults to NULL. Currently only accepts NULL.
All priors not set in |
options |
A list of options for estimating the model. Use the |
A blatentModel object (an R6 class).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.