tableone (version 0.10.0)

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

Description

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

Usage

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

Arguments

object

An object that has the svyContTable class to be shown.

digits

Number of digits to print.

...

For compatibility with generic. Ignored.

Value

None. Results are printed.

See Also

svyCreateTableOne, svyCreateContTable, print.svyContTable

Examples

Run this code
# NOT RUN {
## See the examples for svyCreateTableOne()

# }

Run the code above in your browser using DataLab