Skip to contents

Declare a multidimensional IRT loading structure

Usage

eyeprocess_mirt_loading_spec(
  items,
  loadings,
  dimension_names = colnames(loadings),
  simple_structure = FALSE
)

Arguments

items

Item-parameter data frame or item collection.

loadings

Item-by-dimension loading matrix.

dimension_names

Optional names for latent dimensions.

simple_structure

Whether a simple-structure loading pattern is required.