- x
a joint model fit by the joint function.
- caption
character, specifies the caption argument of xtable. By default
this takes value NULL, which results in a generic caption being generated.
- label
character, specifies the label argument of xtable.
- align
character, specifies the align argument of xtable. Note by default
this is NULL, as alignment is done internally.
- digits
integer, specifies the digits argument of xtable. Note by default
this is NULL, as argument dp controls this (but can be specified through this,
too).
- display
character, specifies the display argument of xtable.
- auto
logical, specifies the auto argument of xtable. Defaults to
FALSE. Not recommended to change.
- p.val
logical, should p-values be returned? Defaults to p.val = FALSE.
- max.row
integer, the number of rows after which the table is `broken' vertically
and merged horizontally; useful for long tables. Defaults to max.row = NULL which
results in one long table. Note that this can be quite finicky, so trial and error may be
required.
- dp
integer, the number of decimal places to round the estimate, standard error and
confidence intervals to; defaults to dp = 3.
- vcov
logical, should the half-vectorisation of the block diagonal of covariance
matrix be reported? Default is vcov = FALSE.
- capture
logical, should the printed xtable output be saved anywhere instead
of just printed to the console? Defaults to capture = FALSE.
- capture.location
character, if capture = TRUE, this should specify what
file it should be saved in. Defaults to capture.location = "".
- hlines
character, specifies which horizontal lines are used in the outputted
LaTeX table. Supply a character string which contains "top", "middle" and/or
"bottom" (in any order) to specify a toprule; midrule and
bottomrule in the table. If booktabs = FALSE, then these will simply
be hlines. For instance hlines = "top-middle-bottom" prints all three;
whilst hlines = "middle-bottom" skips the toprule.
- booktabs
logical, if booktabs = TRUE (the default) then toprule;
midrule and bottomrule replace the usual hlines.
- size
character, LaTeX size to be placed before the tabular environment, defaults
to size = "footnotesize"; replace with "normalsize" if wanted.
- ...
additional arguments, none used.