summary.ocm: Summarizing Continuous Ordinal Fits

Description Usage Arguments Author(s) See Also Examples

View source: R/ocm.methods.R

Description

Summary method for class ocm

Usage

1
2
## S3 method for class '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

Author(s)

Maurizio Manuguerra, Gillian Heller

See Also

ocm, print.ocm

Examples

1
2
fit.overall  <- ocm(overall  ~ cycleno + age + bsa + treatment, data=ANZ0001.sub, scale=c(0,100))
summary(fit.overall)

ordinalCont documentation built on Dec. 3, 2020, 1:06 a.m.