xtable.mlpsa: Prints the results of 'mlpsa' as a LaTeX table.

Description Usage Arguments

View source: R/xtable.mlpsa.r

Description

This function implements the xtable method for mlpsa.

Usage

1
2
3
## S3 method for class 'mlpsa'
xtable(x, caption, label, align, digits = 2, display = NULL,
  auto = FALSE, include.note = TRUE, ...)

Arguments

x

results of mlpsa

caption

passed through to xtable.

label

passed through to xtable.

align

Not used.

digits

number of digits to print.

display

passed through to xtable.

auto

passed through to 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


jbryer/multilevelPSA documentation built on April 10, 2020, 1:20 a.m.