Learn R Programming

ordinalCont (version 0.4)

print.anova.ocmm: Print anova.ocmm objects

Description

Print the results of the comparison of continuous ordinal mixed models in likelihood ratio tests.

Usage

"print"(x, digits = max(getOption("digits") - 2, 3), signif.stars = getOption("show.signif.stars"), ...)

Arguments

x
an object of class anova.ocmm
digits
controls the number of digits to print. Defaults to the maximum of the value returned by (getOption("digits") - 2) and 3
signif.stars
a logical. Should the significance stars be printed? Defaults to the value returned by getOption("show.signif.stars")
...
further arguments passed to or from other methods

Value

Prints anova.ocmm object

Examples

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

Run the code above in your browser using DataLab