Click or drag to resize
ProportionalHazardsStratumColumn Property
The column index of x containing the stratum number for each observation.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int StratumColumn { get; set; }

Property Value

Type: Int32
An int specifying the column index of x containing the stratum number for each observation.

Default: It is assumed that all obvservations are from one stratum.

Remarks
Column StratumColumn of x contains a unique value for each stratum in the data. The risk set for an observation is determined by its stratum.
See Also