nelson: nonparametric Nelson-Aalen estimates
Description
nonparametric Nelson-Aalen estimatesUsage
nelson(interval, censor, data, strat = NULL, weight = NULL, climit = 0.95)
Arguments
interval
name of the interval variable in the training dataset.
censor
name of the censoring variable in the training dataset.
data
name of the survival training data.frame
strat
stratifying variable in the training dataset, defaults to NULL
weight
for each observation (default=NULL)
climit
confidence bounds (default=0.95)