Learn R Programming

ordinalCont (version 0.4)

print.ocm: Print continuous ordinal regression objects

Description

print.ocm is the ordinalCont specific method for the generic function print, which prints objects of class ocm.

Usage

"print"(x, ...)

Arguments

x
an object of class ocm, usually, a result of a call to ocm
...
further arguments passed to or from other methods

Value

Prints an ocm object

See Also

ocm, summary.ocm

Examples

Run this code
ANZ0001.ocm <- ANZ0001[ANZ0001$cycleno==0 | ANZ0001$cycleno==5,]
ANZ0001.ocm$cycleno[ANZ0001.ocm$cycleno==5] <- 1
fit.overall  <- ocm(overall  ~ cycleno + age + bsa + treatment, data=ANZ0001.ocm)
print(fit.overall)

Run the code above in your browser using DataLab