xtable.A3 {A3} | R Documentation |
Creates a LaTeX table of results. Depends on the xtable package.
## S3 method for class 'A3'
xtable(x, ...)
x |
an A3 object. |
... |
additional arguments passed to the |
x <- a3.lm(rating ~ ., attitude, p.acc = NULL)
xtable(x)