Learn R Programming

rms (version 8.0-0)

is.na.Ocens: is.na Method for Ocens Objects

Description

is.na Method for Ocens Objects

Usage

# S3 method for Ocens
is.na(x)

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

Arguments

x

an object created by Ocens

Examples

Run this code
Y <- Ocens(c(1, 2, NA, 4))
Y
is.na(Y)

Run the code above in your browser using DataLab