Click or drag to resize
KaplanMeierEstimatesNumberOfRowsMissing Property
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.2.0
Syntax
public virtual int NumberOfRowsMissing { 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.
See Also