]> git.donarmstrong.com Git - xtable.git/blobdiff - pkg/man/xtable.Rd
Applied patches supplied by Martin Gubri for spdep
[xtable.git] / pkg / man / xtable.Rd
index 50f6a77684eb3bdfdeb6dfbbc7e4a2ab817eeb8c..29efa7c0f9d22bc1046b5647b3677784930b8758 100644 (file)
 \alias{xtable.summary.gmsar}
 \alias{xtable.stsls}
 \alias{xtable.summary.stsls}
+\alias{xtable.sarlm.pred}
+\alias{xtable.lagImpact}
 \alias{xtable.splm}
 \alias{xtable.summary.splm}
 \alias{xtable.sphet}
 \alias{xtable.summary.sphet}
-
+\alias{xtable.spautolm}
+\alias{xtable.summary.spautolm}
 
 
 \title{Create Export Tables}
 \description{
-  Convert an R object to an \code{xtable} object, which can
+  Convert an \R object to an \code{xtable} object, which can
   then be printed as a LaTeX or HTML table.
 }
 \usage{
@@ -41,7 +44,7 @@ xtable(x, caption = NULL, label = NULL, align = NULL, digits = NULL,
        display = NULL, auto = FALSE, ...)
 }
 \arguments{
-  \item{x}{An R object of class found among \code{methods(xtable)}.  See
+  \item{x}{An \R object of class found among \code{methods(xtable)}.  See
     below on how to write additional method functions for \code{xtable}.}
   \item{caption}{Character vector of length 1 or 2 containing the
     table's caption or title.  If length is 2, the second item is the
@@ -129,11 +132,6 @@ xtable(x, caption = NULL, label = NULL, align = NULL, digits = NULL,
   which inherits the \code{data.frame} class and contains several
   additional attributes specifying the table formatting options.
 
-  In the case of the \code{xtableMatharray} method, an object of class
-  \code{xtableMatharray}, which the \code{xtable} and \code{data.frame}
-  classes and contains several additional attributes specifying the
-  table formatting options.
-
 }
 \author{David Dahl \email{dahl@stat.byu.edu} with contributions and
   suggestions from many others (see source code).
@@ -141,10 +139,9 @@ xtable(x, caption = NULL, label = NULL, align = NULL, digits = NULL,
 \seealso{
   \code{\link{print.xtable}}, \code{\link{caption}},
   \code{\link{label}}, \code{\link{align}}, \code{\link{digits}},
-  \code{\link{display}}
-
-  \code{\link{autoformat}}, \code{\link{xalign}}, \code{\link{xdigits}},
-  \code{\link{xdisplay}}
+  \code{\link{display}}, \code{\link{autoformat}}, \code{\link{xalign}},
+  \code{\link{xdigits}}, \code{\link{xdisplay}},
+  \code{\link{xtableMatharray}}, \code{\link{xtableList}}
 }
 \examples{