View source: R/tune_surv_interval.R
tune.surv.interval | R Documentation |
Wrapper function for conditional logistic lasso objects optized based on the full likelihood by the EPSGO algorithm. This function is mainly used within the function epsgo
.
tune.surv.interval( parms, x = x, y = y, x_test = NULL, y_test = NULL, family = "cox", strata.surv = NULL, intercept = TRUE, alpha = 0, lambda = NULL, num.nonpen = 0, nfolds = 3, foldid = NULL, seed = 12345, standardize.response = FALSE, p = NULL, type.measure = "deviance", type.min = "lambda.min", parallel = FALSE, verbose = FALSE, search.path = FALSE, ... )
x, y |
input matrix. |
family |
response type. |
strata.surv |
stratification variable for the Cox survival model. |
intercept |
should intercept(s) be fitted (default= |
lambda |
optional user-supplied |
foldid |
an vector of values for the cross-validation. |
seed |
random seed |
standardize.response |
standardization for the response variables. Default: |
p |
the number of predictors from different data source. |
parallel |
If |
verbose |
print the middle search information, default is |
mixlasso
An object with list "tune.clogit.interval
"
q.val |
the minimum MSE (or minus likelihood for the Cox model) through the cross-validation |
model |
some model related quantities:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.