View source: R/measrfit-class.R
is_measrfit | R Documentation |
measrfit
objectCheck if argument is a measrfit
object
is_measrfit(x)
x |
An object to be checked. |
A logical indicating is x
is a measrfit
object.
See measrfit, measrfit()
, as_measrfit()
.
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"
)
is_measrfit(rstn_mdm_lcdm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.