View source: R/BSkyFactorVariableAnalysis.R
BSkyFactorVariableAnalysis | R Documentation |
Displays the counts of every level of each factor variable.
BSkyFactorVariableAnalysis(
data = NULL,
vars = NULL,
show.only.top.factors = TRUE,
max.number.top.factors = 30
)
data |
The dataset name |
vars |
The factor variables to display level counts |
show.only.top.factors |
A boolean determining whether counts of only top levels or all levels should be displayed. |
max.number.top.factors |
if show.only.top.factors = TRUE , specifies the number of levels to display counts for |
Factor variable analysis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.