The number of rows of data in x that contain missing values in one or more specific columns of x.

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

Syntax

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

Field Value

An int scalar representing the number of rows of data in x that contain missing values in one or more specific columns of x or null if Solve()()() has not been called.

Remarks

The columns of x included in the count are the columns containing the upper or lower endpoints of full interval, left interval, or right interval observations. Also included are the columns containing the frequency responses, fixed parameters, optional distribution parameters, and interval type for each observation. Columns containing classification variables and columns associated with each effect in the model are also included.

See Also