Learn R Programming

rms (version 8.0-0)

print.Ocens: print Method for Ocens Objects

Description

print Method for Ocens Objects

Usage

# S3 method for Ocens
print(x, ivalues = FALSE, digits = 5, ...)

Value

nothing

Arguments

x

an object created by Ocens

ivalues

set to TRUE to print integer codes instead of character levels when original data were factors or character variables

digits

number of digits to the right of the decimal place used in rounding original levels when ivalues=FALSE

...

ignored

Examples

Run this code
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