CategoricalGenLinModelNRowsMissing Property |
The number of rows of data in x that contain
missing values in one or more specific columns of x.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int NRowsMissing { get; }
Public Overridable ReadOnly Property NRowsMissing As Integer
Get
public:
virtual property int NRowsMissing {
int get ();
}
abstract NRowsMissing : int with get
override NRowsMissing : int with get
Property Value
Type:
Int32
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