xtable.mlpsa {multilevelPSA} | R Documentation |
Prints the results of mlpsa
as a LaTeX table.
Description
This function implements the xtable
method for mlpsa
.
Usage
## S3 method for class 'mlpsa'
xtable(x, caption, label, align, digits = 2, display = NULL,
auto = FALSE, include.note = TRUE, ...)
Arguments
x |
results of |
caption |
passed through to |
label |
passed through to |
align |
Not used. |
digits |
number of digits to print. |
display |
passed through to |
auto |
passed through to |
include.note |
include a table note indicating how many rows were removed due to insufficient data within a strata. |
... |
other parameters passed to |
[Package multilevelPSA version 1.2.5 Index]