powered by
is.na Method for Ocens Objects
# S3 method for Ocens is.na(x)
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
x
TRUE
NA
an object created by Ocens
Ocens
Y <- Ocens(c(1, 2, NA, 4)) Y is.na(Y)
Run the code above in your browser using DataLab