lsirm1pl_normal {lsirm12pl}R Documentation

1pl LSIRM model with normal likelihood

Description

lsirm1pl_normal integrates all functions related to 1pl LSIRM with normal likelihood using multiplicative effect.

Usage

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

Arguments

data

Matrix; binary 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_normal 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_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]