public class RegressorsForGLMEx1 extends Object
Generates binary regressors for classification variables.
This example usesRegressorsForGLM
to generate
binary variables for two classification variables, \(A\) and
\(B\), with two and three values, respectively. Regressors for a one-way
model (the default model order) are generated using the default dummy method.
The five regressors generated are \(A_1, A_2, B_1, B_2\) and
\(B_3\).Constructor and Description |
---|
RegressorsForGLMEx1() |
public static void main(String[] args)
Copyright © 2020 Rogue Wave Software. All rights reserved.