Learn R Programming

ordinalCont (version 0.4)

summary.ocmm: Summarizing Continuous Ordinal Mixed Model Fits

Description

Summary method for class ocmm

Usage

"summary"(object, ...)

Arguments

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

Examples

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

Run the code above in your browser using DataLab