ProportionalHazardsResponseColumn Property |
The column index of x containing the
response time for each observation.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int ResponseColumn { get; set; }
Public Overridable Property ResponseColumn As Integer
Get
Set
public:
virtual property int ResponseColumn {
int get ();
void set (int value);
}
abstract ResponseColumn : int with get, set
override ResponseColumn : int with get, set
Property Value
Type:
Int32 An
int specifying the column index of
x
containing the response time for each observation.
Default: ResponseColumn = 0.
Remarks For point observations,
x[i][ResponseColumn]
contains the time of the i-th event. For right-censored
observations, x[i][ResponseColumn]
contains the right-censoring time. Note that because
ProportionalHazards only uses the order of the
events, negative "times" are allowed.
See Also