| RegressorsForGLMDummyMethod Property |
The dummy method.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic RegressorsForGLMDummyType DummyMethod { get; set; }Public Property DummyMethod As RegressorsForGLMDummyType
Get
Set
public:
property RegressorsForGLMDummyType DummyMethod {
RegressorsForGLMDummyType get ();
void set (RegressorsForGLMDummyType value);
}member DummyMethod : RegressorsForGLMDummyType with get, set
Property Value
Type:
RegressorsForGLMDummyType
Remarks
One of
All (the default),
LeaveOutLast or
SumToZero.
See Also