Coerce objects to a measrfit
Value
An object of class measrfit.
Examples
rstn_mdm_lcdm <- measr_dcm(
data = mdm_data, missing = NA, qmatrix = mdm_qmatrix,
resp_id = "respondent", item_id = "item", type = "lcdm",
method = "optim", seed = 63277, backend = "rstan"
)
new_obj <- as_measrfit(rstn_mdm_lcdm, class = "measrdcm")