Description Usage Arguments Value Author(s)
Functions for easy construction of demographics tables.
1 2 3 4 5 6 7 8 9 10 11 12 | ## S3 method for class 'numeric'
demographics(object, by, style, digits)
## S3 method for class 'logical'
demographics(object, by, style, digits)
## S3 method for class 'factor'
demographics(object, by, style, digits)
## S3 method for class 'Surv'
demographics(object, by, style, digits)
## Default S3 method:
demographics(object, by, style, digits)
## S3 method for class 'data.frame'
demographics(object, by, style, digits)
|
object |
an object to summarise, either a vector or data frame. |
by |
a list of logical vectors, or a character vector, specifying the groups to summarize by. |
style |
details |
digits |
numeric precision |
A character matrix. See the vignette.
Toby Johnson Toby.x.Johnson@gsk.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.