View source: R/get_CFA_estimates.R
| get_CFA_estimates | R Documentation |
Performs CFA (or accepts an existing fitted model) and extracts the parameter estimates required for generating simulated Thurstonian IRT data.
get_CFA_estimates(fit_model, response_data = NULL, item_names = NULL)
fit_model |
Either a character string containing |
response_data |
Optional. Data frame containing Likert-type responses.
Required only if |
item_names |
Optional character vector. Names of the items. If |
A list containing loadings, intercepts, residuals,
covariances, and the full model_fit object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.