View source: R/summary.svyContTable.R
summary.svyContTable | R Documentation |
svyContTable
class objectShows 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.
## S3 method for class 'svyContTable' 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
svyCreateTableOne
, svyCreateContTable
, print.svyContTable
## See the examples for svyCreateTableOne()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.