Click or drag to resize
RegressorsForGLMNumberOfMissingRows Property
Returns the number of rows in the regressors matrix containing NaN (not a number).

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public int NumberOfMissingRows { get; }

Return Value

Type: Int32
The number of rows in the data matrix having missing data.
Remarks
A row of the regressors matrix contains NaN for a regressor when any of the variables involved in generation of the regressor equals NaN.
See Also