| import_tam_fit | R Documentation |
TAM fit to an mfrmr-compatible bundleExtracts item / step / person parameters from a TAM::tam.mml(),
TAM::tam.jml(), or TAM::tam.mml.mfr() fit. The multi-facet
tam.mml.mfr() path is detected automatically and each
non-person facet is mapped onto a row of fit$facets$others
so downstream MFRM helpers (e.g. plot_qc_dashboard()) work
on the imported object.
import_tam_fit(
fit,
model = c("RSM", "PCM", "GPCM"),
item_facet = "Item",
compute_fit = FALSE
)
fit |
An object returned by |
model |
Same as |
item_facet |
Name to assign to the item facet for the
single-facet path. Ignored when the input is a multi-facet
|
compute_fit |
Logical. When |
An mfrm_imported_fit object. Slots mirror
import_mirt_fit().
import_mirt_fit(), import_erm_fit()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.