Learn R Programming

A3 (version 1.0.0)

xtable.A3: Nicely Formatted Fit Results

Description

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

Usage

"xtable"(x, ...)

Arguments

x
an A3 object.
...
additional arguments passed to the print.xtable function.

Examples

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

Run the code above in your browser using DataLab