Dummy variable types.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public enum DummyType
Visual Basic (Declaration)
Public Enumeration DummyType
Visual C++
public enum class DummyType

Members

Member nameDescription
All
The n indicator variables are the dummy variables.
LeaveOutLast
The dummies are the first n-1 indicator variables.
SumToZero
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