The ProportionalHazards type exposes the following members.

Properties

NameDescription
CensorColumn
The column index of x containing the optional censoring code for each observation.
ConstantColumn
The column index of x containing the constant to be added to the linear response.
ConvergenceTol
The convergence tolerance.
FrequencyColumn
The column index of x containing the frequency of response for each observation.
HessianOption
The boolean used to indicate whether or not to compute the Hessian and gradient at the initial estimates.
Logger
Returns the logger object and enables logging.
MaxClass
The upper bound used on the sum of the number of distinct values found among the classification variables in x.
MaximumLikelihood
Returns the maximized log-likelihood.
MaxIterations
The maximum number of iterations allowed.
NumberOfCoefficients
Returns the number of estimated coefficients in the model.
NumberRowsMissing
The number of rows of data in x that contain missing values in one or more columns of x.
ResponseColumn
The column index of x containing the response time for each observation.
StratumColumn
The column index of x containing the stratum number for each observation.
StratumRatio
The ratio at which a stratum is split into two strata.
TiesOption
The method used for handling ties.

See Also