Usage
Factor(x, name = deparse(expr), levelnames = levels(x), texify = TRUE, expr = substitute(x), override = TRUE)
RowFactor(x, name = deparse(expr),
levelnames = levels(x), spacing = 3, space = 1, suppressfirst = TRUE, nopagebreak = "\\nopagebreak ", texify = TRUE, expr = substitute(x), override = TRUE)
Multicolumn(x, name = deparse(expr), levelnames = levels(x), width=2, first=1, justify="l", texify = TRUE, expr = substitute(x), override = TRUE)
Arguments
x
A variable to be treated as a factor.
name
The display name for the factor.
levelnames
The strings to use as levels of x.
texify
If TRUE, characters that would be interpreted specially by LaTeX
are escaped (using latexTranslate) so
they will print properly.
expr
The expression to use in evaluating the factor. Generally the same
as the expression passed as x, but internal uses
may differ.
override
Should the name for the factor override any previously specified
Heading() setting?
spacing
Extra spacing will be added before every spacing lines.
space
How much extra space to add, in ex units.
suppressfirst
Whether to suppress the spacing in the first group.
nopagebreak
LaTeX macro to insert to suppress page breaks except between groups.
width
How many columns should the label span?
first
Which is the first column in which this label appears?
justify
How should the label be justified in the columns?