s_quantiles_ | R Documentation |
summarize quantiles for a column
s_quantiles_(.data, x, probs, na_rm = TRUE) s_quantiles(.data, x, probs, na_rm = TRUE)
.data |
data frame |
x |
column to calculate quantiles for |
probs |
probabilities to calculate quantiles for |
na_rm |
remove na's before calculating value for quantile |
library(dplyr) sd_oral_richpk %>% group_by(Gender, Time) %>% s_quantiles(Conc, c(0.05, 0.5, 0.95))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.