Initializes an index vector to contain the column numbers in x associated with each effect.
int
vector of length where nef is the number of effects in the model. int
vector of length nef where nef is the number of effects in the model.
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.
Exception Type | 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 |
CategoricalGenLinModel Class | Imsl.Stat Namespace