Click or drag to resize
RegressorsForGLMDummyType Enumeration
Dummy variable types.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public enum DummyType
Members
  Member nameValueDescription
All1 The n indicator variables are the dummy variables.
LeaveOutLast2 The dummies are the first n-1 indicator variables.
SumToZero3 The n-1 dummies are defined in terms of the indicator variables so that for balanced data, the usual summation restrictions are imposed on the regression coefficients.
See Also