conDataFun2 | R Documentation |
Creates a summary of median (min -max) of input.
conDataFun2(y, digits = 3, latex = FALSE, align.dot = FALSE, na.rm = FALSE)
y |
numeric vector to summarize |
digits |
number of significant digits |
latex |
passed to |
align.dot |
passed to |
na.rm |
passed to |
character
This function is primarily used for demographics tables
conDataFun1
, conDataFun3
, catDataFun
, tabStats
, tabSummarize
x = rnorm(1000)
conDataFun2(x, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.