fit_surv_option | R Documentation |
Options of machine learning methods' wrappers for fitting conditional survival curves
fit_surv_option(
nfold = 1,
option = list(),
oob = TRUE,
tune = TRUE,
tune.option = list(),
lambda = 0.5
)
nfold |
number of folds used when fitting survival curves with sample splitting. Default is 1, meaning no sample splitting |
option |
a list containing optional arguments passed to the wrapped machine learning function. Will be used in a command like |
oob |
whether to use out-of-bag (OOB) fitted values from random forests ( |
tune |
whether to tune |
tune.option |
a list containing optional arguments passed to |
lambda |
bandwidth parameter for uniform smoothing kernel in nearest neighbours estimation for method |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.