powered by
Given a tabulated dataset, this will untabulate it by repeating each row by the number of times it was repeated.
untable(data, counts)
A data.frame to untable.
A column containing counts.
Other helper_stats: check_outlier, grouped_proptest, signif_column
check_outlier
grouped_proptest
signif_column
# NOT RUN { # have a look at the Titanic_full dataset first Titanic_full <- untable(data = as.data.frame(Titanic), counts = Freq) dplyr::glimpse(Titanic_full) # }
Run the code above in your browser using DataLab