catDataFun | R Documentation |
Summary: length (%)
catDataFun(y, digits.categorical = 1)
y |
a vector of values to be summarised. |
digits.categorical |
number of digits to round to |
A formatted character vector containing count and percentage of
unique values in y
.
conDataFun1
, conDataFun2
, conDataFun3
, tabStats
, tabStats
catDataFun(data.frame(Sex = rep(c("Female","Male"), times = c(40,60)))$Sex)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.