RegressorsForGLMSetEffects Method |
Set the effects.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void SetEffects(
int[][] effects
)
Public Sub SetEffects (
effects As Integer()()
)
public:
void SetEffects(
array<array<int>^>^ effects
)
member SetEffects :
effects : int[][] -> unit
Parameters
- effects
- Type: SystemInt32
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.
Remarks
This overrides any previously set model order.
Effects is a jagged array.
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