Click or drag to resize
ProportionalHazardsSetClassVarColumns Method
Sets the column indices of x that are the classification variables.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void SetClassVarColumns(
	int[] classVarIndices
)

Parameters

classVarIndices
Type: SystemInt32
An int array containing the column numbers of x that are the classification variables.
Remarks

Default: It is assumed there are no classification variables.

See Also