Description Usage Arguments Value
Title Fitting cmlDIF with L1-penalty via lbfgs (opitmized with lambda_max)
Title Fitting cmlDIF with L1-penalty via lbfgs (opitmized with lambda_max)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | cml_lasso_win_lbfgs_optimized(
data,
covariates,
DIF_type = "all.interactions",
nlambdas = 21,
tolerance_df = 0,
...
)
cml_lasso_win_lbfgs_optimized(
data,
covariates,
DIF_type = "all.interactions",
nlambdas = 21,
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" |
nlambdas |
number of lambda parameters evenly spread between 10^-5 and lambda_max, which is calculated automatically |
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
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.