Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.CatTable

Shows all results in a CatTable class object


Description

Shows all data a CatTable 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 'CatTable'
summary(object, digits = 1, ...)

Arguments

object

An object that has the CatTable 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

Examples

## See examples for CreateTableOne

tableone

Create 'Table 1' to Describe Baseline Characteristics with or without Propensity Score Weights

v0.12.0
GPL-2
Authors
Kazuki Yoshida [cre, aut] (<https://orcid.org/0000-0002-2030-3549>), Alexander Bartel [ctb, aut] (<https://orcid.org/0000-0002-1280-6138>), Jonathan J Chipman [ctb], Justin Bohn [ctb], Lucy DAgostino McGowan [ctb], Malcolm Barrett [ctb], Rune Haubo B Christensen [ctb], gbouzill [ctb]
Initial release
2020-07-25

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.