xtable.mlpsa | R Documentation |
This function implements the [xtable::xtable()] method for [mlpsa()].
## S3 method for class 'mlpsa'
xtable(
x,
caption,
label,
align,
digits = 2,
display = NULL,
auto = FALSE,
include.note = TRUE,
...
)
x |
results of [mlpsa()] |
caption |
passed through to [xtable::xtable()]. |
label |
passed through to [xtable::xtable()]. |
align |
Not used. |
digits |
number of digits to print. |
display |
passed through to [xtable::xtable()]. |
auto |
passed through to [xtable::xtable()]. |
include.note |
include a table note indicating how many rows were removed due to insufficient data within a strata. |
... |
other parameters passed to [summary.mlpsa()] |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.