printANOVATable {dafs} | R 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 |
sanitize.text.function |
Don't change this |
... |
Extra arguments to be fed to |
Value
A LaTeX formatted ANOVA table
Author(s)
J Curran
See Also
print.xtable
[Package dafs version 1.0-38 Index]