CategoricalGenLinModelSetEffects Method |
Namespace: Imsl.Stat
Exception | Condition |
---|---|
ArgumentException | is thrown when an element of indef is less than 0 or greater than or equal to the number of columns of x or if an element of nvef is less than or equal to 0 |
indef contains the column numbers in x that are associated with each effect. Member function SetEffects(int [], nvef []) sets the number of variables associated with each effect in the model. The first nvef[0] elements of indef give the column numbers of the variables in the first effect. The next nvef[0] elements give the column numbers of the variables in the second effect, etc. By default this vector is not referenced.
nvef contains the number of variables associated with each effect in the model. By default this vector is not referenced.