aalenjohansen {PHInfiniteEstimates} | R Documentation |
Calculate the Aalen-Johansen (1978) estimate in the Competing risk context. See Aalen, Odd O., and Søren Johansen. "An Empirical Transition Matrix for Non-Homogeneous Markov Chains Based on Censored Observations." Scandinavian Journal of Statistics 5, no. 3 (1978): 141-50. Accessed January 15, 2021. http://www.jstor.org/stable/4615704.
Description
Calculate the Aalen-Johansen (1978) estimate in the Competing risk context. See Aalen, Odd O., and Søren Johansen. "An Empirical Transition Matrix for Non-Homogeneous Markov Chains Based on Censored Observations." Scandinavian Journal of Statistics 5, no. 3 (1978): 141-50. Accessed January 15, 2021. http://www.jstor.org/stable/4615704.
Usage
aalenjohansen(times, causes)
Arguments
times |
Event times. |
causes |
Causes, with 0 coded as censored, 1 as cause of interest, other for competing. |
Value
a list with components
times Unique times
surv Aalen-Johansen estimator for cause 1.
[Package PHInfiniteEstimates version 2.9.5 Index]