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 A1,A2,B1,B2 and
B3.Constructor and Description |
---|
RegressorsForGLMEx1() |
public static void main(String[] args)
Copyright © 2020 Rogue Wave Software. All rights reserved.