The number of cases with missing values in covariates or responses. Cases with any missing values are not used in the analysis.

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

Syntax

C#
public virtual int NumberOfMissing { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property NumberOfMissing As Integer
Visual C++
public:
virtual property int NumberOfMissing {
	int get ();
}

Field Value

An int scalar value indicating the number of cases with missing values in covariates or responses.

See Also