printRegTable: Print a regression table

View source: R/printRegTable.r

printRegTableR Documentation

Print a regression table

Description

Formats the column headings a regression table using the input of xtable.

Usage

printRegTable(xtbl,  sanitize.text.function = function(x){x},
                 test = 't', ...)

Arguments

xtbl

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

sanitize.text.function

Don't change this

test

"t" or "z" depending on the desired test

...

Extra arguments to be fed to print.xtable

Value

A LaTeX formatted regression table

Author(s)

J Curran

See Also

print.xtable


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

Related to printRegTable in dafs...