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 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


[Package multilevelPSA version 1.2.5 Index]