Learn R Programming

ordinalCont (version 2.0.2)

summary.ocm: Summarizing Continuous Ordinal Fits

Description

Summary method for class ocm

Usage

# S3 method for ocm
summary(object, full = F, ...)

Arguments

object

an object of class ocm, usually a result of a call to ocm

full

logical, if TRUE (the default) all the parameters are printed; if FALSE, only the fixed effects are printed.

...

further arguments passed to or from other methods

See Also

ocm, print.ocm

Examples

Run this code
# NOT RUN {
fit.overall  <- ocm(overall  ~ cycleno + age + bsa + treatment, data=ANZ0001.sub, scale=c(0,100))
summary(fit.overall)
# }

Run the code above in your browser using DataLab