Class RegressorsForGLMEx1

java.lang.Object
com.imsl.test.example.stat.RegressorsForGLMEx1

public class RegressorsForGLMEx1 extends Object

Generates binary regressors for classification variables.

This example uses RegressorsForGLM 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\).
See Also:
  • Constructor Details

    • RegressorsForGLMEx1

      public RegressorsForGLMEx1()
  • Method Details

    • main

      public static void main(String[] args)