lsirm1pl {lsirm12pl}R Documentation

Fit a 1pl LSIRM model

Description

lsirm1pl integrates all functions related to 1pl LSIRM

Usage

lsirm1pl(data, spikenslab = FALSE, fixed_gamma = FALSE, missing_data = NA, ...)

Arguments

data

Matrix; binary or continuous item response matrix to be analyzed. Each row is assumed to be respondent and its column values are assumed to be response to the corresponding item.

spikenslab

Whether to use a model selection approach.

fixed_gamma

Whether fix gamma to 1.

missing_data

The assumed missing type. One of NA, "mar" and "mcar". Default uses NA.

...

Additional arguments for the corresponding function.

Value

lsirm1pl returns an object of list. See corresponding function.

Note

If both spikenslab and fixed_gamma are set TRUE, it returns error because both are related to gamma.

See Also

lsirm1pl_o, lsirm1pl_fixed_gamma, lsirm1pl_mar, lsirm1pl_mcar,lsirm1pl_fixed_gamma_mar, lsirm1pl_fixed_gamma_mcar, lsirm1pl_ss, lsirm1pl_mar_ss, lsirm1pl_mcar_ss, lsirm1pl_normal_o, lsirm1pl_normal_fixed_gamma, lsirm1pl_normal_mar, lsirm1pl_normal_mcar,lsirm1pl_normal_fixed_gamma_mar, lsirm1pl_normal_fixed_gamma_mcar, lsirm1pl_normal_ss, lsirm1pl_normal_mar_ss, lsirm1pl_normal_mcar_ss


[Package lsirm12pl version 1.3.1 Index]