powered by
Summary method for class ocm
ocm
# S3 method for ocm summary(object, full = F, ...)
an object of class ocm, usually a result of a call to ocm
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
ocm, print.ocm
print.ocm
# 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