Description Usage Arguments Value
LaTeX regression tables
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | galaxy(
x,
.captn = NULL,
.paren = "std.error",
.starz = c(0.05, 0.01, 0.001),
.charz = c("*", "**", "***"),
.digit = 3,
.above = NULL,
.below = NULL,
.place = "!htb",
.tomit = NULL,
.comit = NULL,
.scien = NA,
.ndrop = FALSE,
.incol = character(0),
.merge = FALSE,
.float = TRUE,
.order = NULL,
.naout = FALSE,
.print = TRUE,
.oterm = FALSE,
.ttype = "latex",
.space = "2.25ex",
.title = NULL,
.capup = FALSE,
.headr = TRUE,
.check = NULL,
.hinot = NULL,
.point = TRUE,
.notit = FALSE,
.toppr = NULL,
.modno = TRUE,
.snote = TRUE,
.pnote = FALSE,
.align = "r",
.tbold = setdiff(.order, "(Intercept)"),
...
)
|
x |
a model object, |
.captn |
character. Caption for the table. Default |
.paren |
character. Value to parenthesize. |
.starz |
numeric. Significance levels. Default |
.charz |
character. Symbols for sugbufucabce kevels. Default |
.digit |
numeric. Number of places to round decimals to. Default |
.above |
character. Names of model metadata values to include ABOVE table. Default |
.below |
character. Names of model metadata values to include BELOW table. Default |
.place |
character. LaTeX table placement. Default |
.tomit |
character. (Partial) names of terms to omit from table. Default |
.comit |
character. (Partial) names of _components_ to omit from table. Default |
.scien |
logical. Use scientific notation? Default |
.ndrop |
logical. Leave a note about dropped columns? Actually rather annoying. Default |
.incol |
character. Columns by which to widen data. Only |
.merge |
character. merge |
.float |
logical. Do we all float down here? Default |
.order |
character. Terms to pull to the top of the table, in order. Default |
.naout |
logical. Drop rows for vars with NA estimates? Don't actually do this. Default |
.print |
logical. Barf the result to the screen? |
.oterm |
logical. Omit the |
.ttype |
character. Table type. |
.space |
character. Space between rows, in LaTeX notation. Default |
.title |
character. Columns to transform to title case. Default |
.capup |
logical. Caption at top of table if |
.headr |
logical. Display hierarchical header? Default |
.check |
character. Hierarchical organization columns to display below instead of above table. Default |
.hinot |
character. STuff to put atop the hierarchical header (if any). Default |
.point |
logical. Align columns on decimal point? Default |
.notit |
logical. Notes at bottom in italics? Default |
.toppr |
character. LaTeX code to put at the very top of the table. Default |
.modno |
logical. Number models? Default |
.snote |
logical. Note what |
.pnote |
logical. Note what quantity is in parentheses? Default |
.align |
character. Alignment of left-side columns. Default |
.tbold |
character. Bold these terms. Default |
... |
other arguments passed to |
whatever print.xtable
returns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.