Learn R Programming

A3 (version 0.9.2)

xtable.A3: 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

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

Run the code above in your browser using DataLab