This object is returned by the call
glmnetLRC_fit <- glmnetLRC(response, predictors, lossMat = lM, estimateLoss = TRUE,
nJobs = parallel::detectCores())
in the example of glmnetLRC
. It is preserved
here in the package because it is time consuming to generate.
A glmnetLRC object returned by glmnetLRC
1 2 | # Load fitted glmnetLRC model
data(glmnetLRC_fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.