Click or drag to resize
ProportionalHazardsNumberRowsMissing Property
The number of rows of data in x that contain missing values in one or more columns of x.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int NumberRowsMissing { 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 columns of x.
Exceptions
ExceptionCondition
ClassificationVariableLimitExceptionis thrown if the classification variable limit set by the user through the MaxClass property has been exceeded.
See Also