Click or drag to resize
KaplanMeierEstimates Properties

The KaplanMeierEstimates type exposes the following members.

Properties
  NameDescription
Public propertyCensorColumn
The column index of x containing the optional censoring code for each observation.
Public propertyFrequencyColumn
The column index of x containing the frequency of response for each observation.
Public propertyNumberOfRowsMissing
The number of rows of data in x that contain missing values in one or more specific columns of x.
Public propertyResponseColumn
The column index of x containing the response time for each observation.
Public propertySorted
The boolean which indicates that the column of response times in x are already sorted.
Public propertyStratumColumn
The column index of x containing the stratum number for each observation.
Top
See Also