summary.TableOne function

Shows all results in a (svy)TableOne class object

Shows all results in a (svy)TableOne class object

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.

## S3 method for class '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.

Returns

None. Results are printed.

Examples

## See examples for CreateTableOne and svyCreateTableOne

See Also

CreateTableOne, svyCreateCatTable

Author(s)

Kazuki Yoshida