ANCOVANumberOfMissing Property |
The number of cases with missing values in
covariates or responses.
Cases with any missing values are not used in the analysis.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int NumberOfMissing { get; }
Public Overridable ReadOnly Property NumberOfMissing As Integer
Get
public:
virtual property int NumberOfMissing {
int get ();
}
abstract NumberOfMissing : int with get
override NumberOfMissing : int with get
Property Value
Type:
Int32
An
int scalar value indicating the number of cases with
missing values in
covariates or
responses.
See Also