summary.ContTable {tableone} | R Documentation |
ContTable
class objectShows 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.
## S3 method for class 'ContTable'
summary(object, digits = 2, ...)
object |
An object that has the |
digits |
Number of digits to print. |
... |
For compatibility with generic. Ignored. |
None. Results are printed.
Kazuki Yoshida
CreateTableOne
, CreateContTable
, print.ContTable
## See examples for CreateTableOne