| is.na.Ocens | R Documentation | 
is.na Method for Ocens Objects
## S3 method for class 'Ocens'
is.na(x)
| x | an object created by  | 
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
Y <- Ocens(c(1, 2, NA, 4))
Y
is.na(Y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.