Learn R Programming

dafs (version 1.0-38)

printANOVATable: Print a ANOVA table for a Normal GLM

Description

Formats the column headings an ANOVA table for a normal GLM using the input of xtable.

Usage

printANOVATable(xtbl,  sanitize.text.function = function(x){x}, ...)

Arguments

xtbl

The output of xtable applied to the summary output of a normal GLM.

sanitize.text.function

Don't change this

Extra arguments to be fed to print.xtable

Value

A LaTeX formatted ANOVA table

See Also

print.xtable