Learn R Programming

ordinalCont (version 0.4)

print.ocmm: Print a Continuous Ordinal Mixed Model Object

Description

This function prints an ocmm object

Usage

"print"(x, ...)

Arguments

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

Value

Prints an ocmm object

See Also

ocmm, summary.ocmm

Examples

Run this code
## Not run: 
# fit.overall.rnd  <- ocmm(overall  ~ cycleno + age + bsa + treatment + (1|randno), data=ANZ0001)
# print(fit.overall.rnd)
# ## End(Not run)

Run the code above in your browser using DataLab