uniTable | R Documentation |
Create a table of frequencies, relative frequencies, and odds for a single variable
uniTable(data, variable)
data |
A data frame |
variable |
A variable without quotes |
library(carData) uniTable(data = carData::Arrests, variable = employed)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.