xtable.A3 {A3}R Documentation

Nicely Formatted Fit Results

Description

Creates a LaTeX table of results. Depends on the xtable package.

Usage

## S3 method for class 'A3'
xtable(x, ...)

Arguments

x

an A3 object.

...

additional arguments passed to the print.xtable function.

Examples

x <- a3.lm(rating ~ ., attitude, p.acc = NULL)
 xtable(x)

[Package A3 version 1.0.0 Index]