cml_lasso_win_lbfgs_optimized: Title Fitting cmlDIF with L1-penalty via lbfgs (opitmized...

Description Usage Arguments Value

Description

Title Fitting cmlDIF with L1-penalty via lbfgs (opitmized with lambda_max)

Title Fitting cmlDIF with L1-penalty via lbfgs (opitmized with lambda_max)

Usage

 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,
  ...
)

Arguments

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

Value

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


submission-user/cmlDIFlasso documentation built on Dec. 23, 2021, 6:40 a.m.