RegressorsForGLMGetEffects Method |
Returns the effects.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int[][] GetEffects()
Public Function GetEffects As Integer()()
public:
array<array<int>^>^ GetEffects()
member GetEffects : unit -> int[][]
Return Value
Type:
Int32
a jagged array containing the effects.
The number of rows in the matrix is the number of effects.
For each row, the values are the 0-based column numbers of
x.
See Also