cml_lasso_win_lbfgs: Title cmlDIFlasso calculated with lbfgs

Description Usage Arguments Value

Description

Title cmlDIFlasso calculated with lbfgs

Usage

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

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"

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

Value

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.