RegressorsForGLMDummyMethod Property |
The dummy method.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public 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:
RegressorsForGLMDummyTypeRemarks
One of
All (the default),
LeaveOutLast or
SumToZero.
See Also