Click or drag to resize
ProportionalHazards Properties

The ProportionalHazards type exposes the following members.

Properties
  NameDescription
Public propertyCensorColumn
The column index of x containing the optional censoring code for each observation.
Public propertyConstantColumn
The column index of x containing the constant to be added to the linear response.
Public propertyConvergenceTol
The convergence tolerance.
Public propertyFrequencyColumn
The column index of x containing the frequency of response for each observation.
Public propertyHessianOption
The boolean used to indicate whether or not to compute the Hessian and gradient at the initial estimates.
Public propertyLogger
Returns the logger object and enables logging.
Public propertyMaxClass
The upper bound used on the sum of the number of distinct values found among the classification variables in x.
Public propertyMaximumLikelihood
Returns the maximized log-likelihood.
Public propertyMaxIterations
The maximum number of iterations allowed.
Public propertyNumberOfCoefficients
Returns the number of estimated coefficients in the model.
Public propertyNumberRowsMissing
The number of rows of data in x that contain missing values in one or more columns of x.
Public propertyResponseColumn
The column index of x containing the response time for each observation.
Public propertyStratumColumn
The column index of x containing the stratum number for each observation.
Public propertyStratumRatio
The ratio at which a stratum is split into two strata.
Public propertyTiesOption
The method used for handling ties.
Top
See Also