printANODEVTable: Print an analysis of deviance (ANODEV) table for a GLM

View source: R/printANODEVTable.r

printANODEVTableR Documentation

Print an analysis of deviance (ANODEV) table for a GLM

Description

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

Usage

printANODEVTable(xtbl,  sanitize.text.function = function(x){x},
                 test = NULL, ...)

Arguments

xtbl

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

sanitize.text.function

Don't change this

test

"Chisq" or "F" depending on the desired test

...

Extra arguments to be fed to print.xtable

Value

A LaTeX formatted ANODEV table

Author(s)

J Curran

See Also

print.xtable


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

Related to printANODEVTable in dafs...