summs | R Documentation |
sum_add2
takes a column name, and calculates mean, median, n, sd, and se and specified (default p20 and p80) quantiles
summs(df, var, qlow = 0.2, qhigh = 0.8)
# Here is an example x <- sample(x = c(0, 1), size = 10, replace = TRUE) se_bin(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.