Description Usage Arguments Value
optimizes loss_function with DIF-part for certain tuning-parameter lambda
1 2 3 4 5 6 7 8 9 10 11 | RM_DIF_nlm(
data,
covariates,
DIF_type,
lambda,
starting_betas,
starting_deltas,
restr_pen = TRUE,
lambda_restr = 100,
...
)
|
data |
matrix of responses |
covariates |
Matrix of covariate values of all persons (n x num. of covs) |
DIF_type |
should DIF be calculated? options: "items", "variables", "all.interactions" |
lambda |
strength of penalization |
starting_betas |
beta_intercepts starting values for all items (vector) |
starting_deltas |
starting values for DIF-parameters as matrix (ncovs x nitems) |
restr_pen |
For additional penalization to ensure zero sum of intercepts |
lambda_restr |
penalization parameter for restriction |
... |
other arguments to be passed |
result of nlm-optimization for DIF-model via cML-loss-function for a certain penalisation-type and lambda value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.