View source: R/tabbook-additions.R
nonTabBookSummary.NumericVariable | R Documentation |
tabBook does not report an appropriate numeric summary without being provided with a multitable. So we "fake" a numeric summary by overwriting the structure of a categorical object.
## S3 method for class 'NumericVariable'
nonTabBookSummary(x, weighted = TRUE, num = 10, tz = "UTC", ...)
x |
A variable of class NumericVariable |
weighted |
Logical. Are these data weighted? |
num |
The number of verbatim responses to present as a sample. Defaults to 10. |
tz |
A timezone. Defaults to UTC. |
... |
Additional arguments passed to methods |
If data are weighted we display Weighted N instead of Unweighted N
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.