tableone (version 0.9.3)

summary.TableOne: Shows all results in a (svy)TableOne class object

Description

Shows all data a (svy)TableOne class object has. This includes the (optionally stratified) part with summary statistics and p-values and/or standardized mean differences.

Usage

# S3 method for TableOne
summary(object, digits = 1, ...)

Arguments

object

An object that has the (svy)TableOne class to be shown.

digits

Number of digits to print.

...

For compatibility with generic. Ignored.

Value

None. Results are printed.

See Also

CreateTableOne, svyCreateCatTable

Examples

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

# }

Run the code above in your browser using DataCamp Workspace