powered by
print Method for Ocens Objects
# S3 method for Ocens print(x, ivalues = FALSE, digits = 5, ...)
nothing
an object created by Ocens
Ocens
set to TRUE to print integer codes instead of character levels when original data were factors or character variables
TRUE
number of digits to the right of the decimal place used in rounding original levels when ivalues=FALSE
ivalues=FALSE
ignored
Y <- Ocens(1:3, c(1, Inf, 3)) Y print(Y, ivalues=TRUE) # doesn't change anything since were numeric
Run the code above in your browser using DataLab