print.Ocens {rms} | R Documentation |
print Method for Ocens Objects
Description
print Method for Ocens Objects
Usage
## S3 method for class 'Ocens'
print(x, ivalues = FALSE, digits = 5, ...)
Arguments
x |
an object created by |
ivalues |
set to |
digits |
number of digits to the right of the decimal place used in rounding original levels when |
... |
ignored |
Value
nothing
Examples
Y <- Ocens(1:3, c(1, Inf, 3))
Y
print(Y, ivalues=TRUE) # doesn't change anything since were numeric
[Package rms version 8.0-0 Index]