The KaplanMeierEstimates type exposes the following members.

Properties

NameDescription
CensorColumn
The column index of x containing the optional censoring code for each observation.
FrequencyColumn
The column index of x containing the frequency of response for each observation.
NumberOfRowsMissing
The number of rows of data in x that contain missing values in one or more specific columns of x.
ResponseColumn
The column index of x containing the response time for each observation.
Sorted
The boolean which indicates that the column of response times in x are already sorted.
StratumColumn
The column index of x containing the stratum number for each observation.

See Also