View source: R/deepsurv_satpred.R
pvimp.deepsurv | R Documentation |
Permutation variable importance method for deepsurv
## S3 method for class 'deepsurv'
pvimp(
model,
newdata,
nrep = 20,
parallelize = TRUE,
nclusters = parallel::detectCores(),
model_matrix = FALSE,
rhs_formula = formula(model)[c(1, 3)],
scale = TRUE,
center = TRUE,
...
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.