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 | glmSparseNet.cox_(xdata, ydata, target.vars, network = "correlation",
xdata.digest = NULL, cache.prefix = "glmSparseNet.glmnet.model",
force.recalc = FALSE, ...)
|
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 |
a glmnet model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.