printANOVATable: Print a ANOVA table for a Normal GLM

View source: R/printANOVATable.r

printANOVATableR Documentation

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

Author(s)

J Curran

See Also

print.xtable


dafs documentation built on April 11, 2022, 5:06 p.m.

Related to printANOVATable in dafs...