Description Usage Arguments Value Note
Separate analysis over items.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
fixed |
Model formula for the fixed effect, where multivariate responses may be given additively on the left hand side. Responses must be ordered factors. |
random |
List of formulas for the random effects. Models are fitted on first appearance observations. |
subject.name |
Character string with name of categorical variable encoding subjects. |
dependence |
Text string ( |
Gamma |
Choleskey factor for initial variance of random effects. If |
item.name |
Character string with name of generated variable identifying the items. Defaults to |
response.name |
Character string with name of generated variable containing the responses. Defaults to |
data |
Date frame with data on the wide format. |
data.long |
Possible additional long format data frame with item level explanatory variables. Presently not implemented! |
mu |
Matrix (no subjects, q) of initial estimates for mu. |
psi |
Matrix (no subjects, q*(q+1)/2) of initial estimates for psi. |
B |
Number of simulations in minimization step. Default: |
BB |
Number of simulations per subject in maximization step. Default: |
maxit |
Maximal number of minimization-maximization steps. Default: |
sig.level |
Significance level at which the iterative stochastic optimizations will be stopped. Defaults to |
verbose |
Numeric controlling amount of convergence diagnostics. Default: |
probit-class
object.
A data frame must be provided, i.e. the data
option is not optional. Variables that
coincide with random effects, item identifier or internal name for item response will be removed
from data
, and an warning will be issued.
The minimization step is implemented via future_map
. This implies that the user may
activate parallel computations by calling plan
, e.g. future::plan("multisession", workers = 4)
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.