IMSL C# Numerical Library

RegressorsForGLM.GetEffectsColumns Method 

Returns a mapping of effects to regressor columns.

public int[][] GetEffectsColumns();

Return Value

A jagged int array. The number of rows is equal to the number of effects. Each row contains the column numbers of the regressor matrix into which the corresponding effect is mapped.

See Also

RegressorsForGLM Class | Imsl.Stat Namespace