mlr_learners_surv.kaplan | R Documentation |
Calls survival::survfit()
.
distr is predicted by estimating the survival function with survival::survfit()
crank
is predicted as the sum of the cumulative
hazard function (expected mortality) derived from the survival distribution,
distr
This Learner can be instantiated via the dictionary mlr_learners or with the associated sugar function lrn():
LearnerSurvKaplan$new() mlr_learners$get("surv.kaplan") lrn("surv.kaplan")
Task type: “surv”
Predict Types: “crank”, “distr”
Feature Types: “logical”, “integer”, “numeric”, “character”, “factor”, “ordered”
Empty ParamSet
mlr3::Learner
-> mlr3proba::LearnerSurv
-> LearnerSurvKaplan
new()
Creates a new instance of this R6 class.
LearnerSurvKaplan$new()
clone()
The objects of this class are cloneable with this method.
LearnerSurvKaplan$clone(deep = FALSE)
deep
Whether to make a deep clone.
Kaplan EL, Meier P (1958). “Nonparametric Estimation from Incomplete Observations.” Journal of the American Statistical Association, 53(282), 457–481. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1080/01621459.1958.10501452")}.
Other survival learners:
mlr_learners_surv.coxph
,
mlr_learners_surv.rpart
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.