xtable.mlpsa: Prints the results of [mlpsa()] as a LaTeX table.

View source: R/xtable.mlpsa.r

xtable.mlpsaR Documentation

Prints the results of [mlpsa()] as a LaTeX table.

Description

This function implements the [xtable::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 [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()]


multilevelPSA documentation built on April 11, 2025, 6:18 p.m.