tableone (version 0.10.0)

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

See Also

CreateTableOne, CreateCatTable, print.CatTable,

Examples

Run this code
# NOT RUN {
## See examples for CreateTableOne

# }

Run the code above in your browser using DataCamp Workspace