is.na.Ocens {rms} | R Documentation |
is.na Method for Ocens Objects
Description
is.na Method for Ocens Objects
Usage
## S3 method for class 'Ocens'
is.na(x)
Arguments
x |
an object created by |
Value
a logical vector whose length is the number of rows in x
, with TRUE
designating observations having one or both columns of x
equal to NA
Examples
Y <- Ocens(c(1, 2, NA, 4))
Y
is.na(Y)
[Package rms version 8.0-0 Index]