Click or drag to resize
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.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int NumberOfMissing { get; }

Property Value

Type: Int32
An int scalar value indicating the number of cases with missing values in covariates or responses.
See Also