Description Usage Arguments Value
Title cmlDIFlasso calculated with lbfgs
1 2 3 4 5 6 7 8 | cml_lasso_win_lbfgs(
data,
covariates,
DIF_type = "all.interactions",
lambdas = 10^(-(-2:7)),
tolerance_df = 0,
...
)
|
data |
matrix of responses |
covariates |
Matrix of covariate values of all persons (n x ncovs) |
DIF_type |
can be "items", "variables", "all.interactions", "none" |
lambdas |
vecotr of penalization parameters to be used |
tolerance_df |
Value under which parameters are considered equal to zero for the calculation of degreees of freedom |
list of lbfgs-optimization results for each lambda, the picked model and its parameters, the computing time
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.