R/Ocens.r
as.data.frame.Ocens.Rd
Converts an `Ocens` object to a data frame so that subsetting will preserve all needed attributes
# S3 method for class 'Ocens' as.data.frame(x, row.names = NULL, optional = FALSE, ...)
an `Ocens` object
optional vector of row names
set to `TRUE` if needed
ignored
data frame containing a 2-column integer matrix with attributes
Frank Harrell