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