- S
matrix of all response sequences observed at least once in the sample and listed row-by-row
(use NA for missing responses)
- yv
vector of the frequencies of every response configuration in S
- kv1
vector of the possible numbers of ability levels (or latent classes) for the 1st latent variable
- kv2
vector of the possible numbers of ability levels (or latent classes) for the 2nd latent variable
- X
matrix of covariates affecting the weights
- link
type of link function ("global" for global logits, "local" for local logits);
with global logits a graded response model results; with local logits a partial credit model results
(with dichotomous responses, global logits is the same as using local logits resulting in the Rasch or
the 2PL model depending on the value assigned to disc)
- disc
indicator of constraints on the discriminating indices (FALSE = all equal to one, TRUE = free)
- difl
indicator of constraints on the difficulty levels (FALSE = free, TRUE = rating scale parametrization)
- multi1
matrix with a number of rows equal to the number of dimensions and elements in each row equal to
the indices of the items measuring the dimension corresponding to that row for the 1st latent variable
- multi2
matrix with a number of rows equal to the number of dimensions and elements in each row equal to
the indices of the items measuring the dimension corresponding to that row for the 2nd latent variable
- fort
to use Fortran routines when possible
- tol1
tolerance level for checking convergence of the algorithm as relative difference between
consecutive log-likelihoods (initial check based on random starting values)
- tol2
tolerance level for checking convergence of the algorithm as relative difference between
consecutive log-likelihoods (final convergence)
- glob
to use global logits in the covariates
- disp
to display the likelihood evolution step by step
- output
to return additional outputs (Piv,Pp,lkv)
- out_se
to return standard errors
- nrep
number of repetitions of each random initialization
- Zth1
matrix for the specification of constraints on the support points for the 1st latent variable
- zth1
vector for the specification of constraints on the support points for the 1st latent variable
- Zth2
matrix for the specification of constraints on the support points for the 2nd latent variable
- zth2
vector for the specification of constraints on the support points for the 2nd latent variable
- Zbe
matrix for the specification of constraints on the item difficulty parameters
- zbe
vector for the specification of constraints on the item difficulty parameters
- Zga1
matrix for the specification of constraints on the item discriminating indices for the 1st latent variable
- zga1
vector for the specification of constraints on the item discriminating indices for the 1st latent variable
- Zga2
matrix for the specification of constraints on the item discriminating indices for the 2nd latent variable
- zga2
vector for the specification of constraints on the item discriminating indices for the 2nd latent variable