ProportionalHazardsGetStratumNumbers Method |
Returns the stratum number used for each observation.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int[] GetStratumNumbers()
Public Overridable Function GetStratumNumbers As Integer()
public:
virtual array<int>^ GetStratumNumbers()
abstract GetStratumNumbers : unit -> int[]
override GetStratumNumbers : unit -> int[]
Return Value
Type:
Int32 An
int array containing the stratum number used
for each observation.
Exceptions Remarks
If property StratumRatio is not -1.0,
additional "strata" (other than those specified by the column
of x set via the StratumColumn property)
may be generated. The array also contains a
record of the generated strata. See the ProportionalHazards class description
for more detail.
See Also