summary.svyCatTable: Shows all results in a 'svyCatTable' class object

View source: R/summary.svyCatTable.R

summary.svyCatTableR Documentation

Shows all results in a svyCatTable class object

Description

Shows all data a svyCatTable class object has. This includes the (optionally stratified) part with summary statistics and, if available, p-values from the approximation method test (chisq.test by default) and exact method test (fisher.test by default) and standardized mean differences of all possible pairwise contrasts.

Usage

## S3 method for class 'svyCatTable'
summary(object, digits = 1, ...)

Arguments

object

An object that has the svyCatTable class to be shown.

digits

Number of digits to print.

...

For compatibility with generic. Ignored.

Value

None. Results are printed.

Author(s)

Kazuki Yoshida

See Also

svyCreateTableOne, svyCreateCatTable, print.svyCatTable

Examples


## See the examples for svyCreateTableOne()


tableone documentation built on April 15, 2022, 5:06 p.m.