Aalen Johansen Competing Risks Learner
Source:R/LearnerCompRisksAalenJohansen.R
mlr_learners_cmprsk.aalen.Rd
This learner estimates the Cumulative Incidence Function (CIF) for competing risks using the empirical Aalen-Johansen (AJ) estimator. The probability of transitioning to each competing event is computed via the survfit function.
Dictionary
This Learner can be instantiated via the dictionary mlr_learners or with the associated sugar function lrn():
References
Aalen, O O, Johansen, Soren (1978). “An empirical transition matrix for non-homogeneous Markov chains based on censored observations.” Scandinavian journal of statistics, 141–150.
Super classes
mlr3::Learner
-> mlr3proba::LearnerCompRisks
-> LearnerCompRisksAalenJohansen