Learn R Programming

ggRandomForests (version 1.0.0)

nelson: nonparametric Nelson-Aalen estimates

Description

nonparametric Nelson-Aalen estimates

Usage

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)