catnip | R Documentation |
Calculates all the common summary statistics for reporting.
catnip(data, x, conf_int = 0.95)
x |
Numeric variable to summarise. |
conf_int |
Confidence level for calculating mean confidence interval. |
Dataframe with useful summary statistics.
runif(100, 0, 100) %>%
round(0) %>%
tibble::as_tibble() %>%
dplyr::mutate(group = c(rep("GROUP A", 35), rep("GROUP B", 65))) %>%
dplyr::group_by(group) %>%
catnip(value)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.