summary.ocm {ordinalCont} | R Documentation |
Summary method for class ocm
## S3 method for class 'ocm'
summary(object, full = F, ...)
object |
an object of class |
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 |
Maurizio Manuguerra, Gillian Heller
fit.overall <- ocm(overall ~ cycleno + age + bsa + treatment, data=ANZ0001.sub, scale=c(0,100))
summary(fit.overall)