Last chance! 50% off unlimited learning
Sale ends in
powered by
Output a frequency table for the values in one column
tab_counts_one( data, col, ci = FALSE, percent = TRUE, labels = TRUE, clean = TRUE, ... )
A volker tibble.
A tibble.
The column holding values to count.
Whether to compute 95% confidence intervals using stats::prop.test.
stats::prop.test
Proportions are formatted as percent by default. Set to FALSE to get bare proportions.
If TRUE (default) extracts labels from the attributes, see codebook.
Prepare data by data_clean.
Placeholder to allow calling the method with unused parameters from tab_counts.
library(volker) data <- volker::chatgpt tab_counts_one(data, sd_gender)
Run the code above in your browser using DataLab