Description Usage Arguments Value
View source: R/glmsparsenet_custom.R
This is an auxiliary method for the analysis. It uses the run.cache method to cache the results and speed up analysis
1 2 3 4 | glmSparseNet.cox(xdata, ydata, target.vars, alpha = 1,
network = "correlation", xdata.digest = NULL,
cache.prefix = "glmSparseNet.cache", force.recalc = FALSE,
lambda.min.ratio = 0.001, ...)
|
xdata |
input matrix |
ydata |
Surival data.dataframe with time and status columns |
target.vars |
number of variables to target in calculations |
network |
network to use, could be a matrix, a degree vector or a string, see ?glmSparseNet |
xdata.digest |
sha256 checksum of xdata |
cache.prefix |
prefix for the cache files |
force.recalc |
force cache to be recalculated |
... |
additional parameters for glmnet |
a glmnet model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.