tableone (version 0.10.0)

summary.ContTable: Shows all results in a ContTable class object

Description

Shows all data a ContTable class object has. This includes the (optionally stratified) part with summary statistics and, if available, p-values from the normal assupmtion-based test (oneway.test by default) and nonparametric test (kruskal.test by default) and standardized mean differences of all possible pairwise contrasts.

Usage

# S3 method for ContTable
summary(object, digits = 2, ...)

Arguments

object

An object that has the ContTable class to be shown.

digits

Number of digits to print.

...

For compatibility with generic. Ignored.

Value

None. Results are printed.

See Also

CreateTableOne, CreateContTable, print.ContTable

Examples

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

# }

Run the code above in your browser using DataLab