powered by
Create setting for lasso Cox model
setCoxModel( variance = 0.01, seed = NULL, includeCovariateIds = c(), noShrinkage = c(), threads = -1, upperLimit = 20, lowerLimit = 0.01, tolerance = 2e-07, maxIterations = 3000 )
modelSettings object
modelSettings
Numeric: prior distribution starting variance
An option to add a seed when training the model
a set of covariate IDS to limit the analysis to
a set of covariates whcih are to be forced to be included in the final model. default is the intercept
An option to set number of threads when training model
Numeric: Upper prior variance limit for grid-search
Numeric: Lower prior variance limit for grid-search
Numeric: maximum relative change in convergence criterion from successive iterations to achieve convergence
Integer: maximum iterations of Cyclops to attempt before returning a failed-to-converge error
coxL1 <- setCoxModel()
Run the code above in your browser using DataLab