fitkm.curve: Fitted Kaplan-Meier survival curve object

Description Usage Arguments See Also

View source: R/fitkm.R

Description

A survival curve object containing the results of fitting a Kaplan-Meier survival curve. The notation corresponds to that on page 188 of the Cox 1972 paper

Usage

1
fitkm.curve(n, level, time, n.events, n.risk, surv.prob, censored)

Arguments

n

the number of observations

level

the factor level that the survival curve has been generated for

time

t(i), the unique failure times sorted in ascending order

n.events

m(i) , the number of failure times at each t(i)

n.risk

r(i), the number in the risk set at each t(i)

surv.prob

F(i), the estimated survival function at each t(i)

censored

the unique censoring times sorted in ascending order

See Also

fitkm


mathmonster/sta545package documentation built on Jan. 1, 2021, 9:20 a.m.