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