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