is_measrfit: Check if argument is a 'measrfit' object

View source: R/measrfit-class.R

is_measrfitR Documentation

Check if argument is a measrfit object

Description

Check if argument is a measrfit object

Usage

is_measrfit(x)

Arguments

x

An object to be checked.

Value

A logical indicating is x is a measrfit object.

See Also

See measrfit, measrfit(), as_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"
)

is_measrfit(rstn_mdm_lcdm)


wjakethompson/measr documentation built on April 12, 2025, 9:46 p.m.