summary.TableOne {tableone} | R Documentation |
(svy)TableOne
class objectShows 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, ...)
object |
An object that has the |
digits |
Number of digits to print. |
... |
For compatibility with generic. Ignored. |
None. Results are printed.
Kazuki Yoshida
CreateTableOne
, svyCreateCatTable
## See examples for CreateTableOne and svyCreateTableOne