The method creates an object of class xtable.
# S3 method for CrossTable
xtable(x, caption = NULL, label = NULL,
align = NULL, digits = NULL, display = NULL,
auto = FALSE, multirow = FALSE, hline = FALSE, ...)
A object of class CrossTable.
See xtable
.
See xtable
.
See xtable
.
See xtable
.
See xtable
.
See xtable
.
A logical value indicating whether the command
\multirow
should be added to the table. See the Details section
below.
A logical value indicating whether the command
\hline
should be added to the table. See the Details section
below.
Further arguments to be passed to format
or
to replace arguments previously passed to CrossTable
.
Jakson A. Aquino jalvesaq@gmail.com
If either multirow
or hline
is TRUE
, the
sanitize.text.function
argument of print.xtable
must be defined. You will also have to add \usepackage{multirow}
to
your Rnoweb document. See the Example
section of
crosstab
.
CrossTable
, crosstab
,
print.xtable
.