Usage
latexTable(x, digits = max(3, getOption("digits") - 2),
scientific = NA, blankfill = "",
math.style.negative = TRUE, file = "",
floatplace = "htbp", caption = NULL, label = NULL,
rowsep = 2, useboot = TRUE)Arguments
x
a fitted model of class game.
digits
number of digits to print.
scientific
logical or integer value to control use
of scientific notation. See format. blankfill
text to fill empty cells (those where a
certain variable did not enter the given equation).
math.style.negative
whether negative signs should
be "math style" or plain hyphens. Defaults to
TRUE.
file
file to save the output in. Defaults to
"", which prints the table to the R console.
floatplace
where to place the table float; e.g.,
for \begin{table}[htp], use floatplace =
"htp".
caption
caption to use (none if NULL)
label
reference label to use (none if
NULL)
rowsep
amount of space (in points) to put between
rows.
useboot
logical: use bootstrap estimates (if
available) to calculate standard errors?