quibble | R Documentation |
Edited from the blog post https://www.tidyverse.org/blog/2020/03/dplyr-1-0-0-summarise/
quibble(x, q = c(0.25, 0.5, 0.75), ...)
x |
Numeric. Values passed to |
q |
Numeric. Proportions passed to |
... |
Passed to |
Single row data frame. Names are percentiles equivalent to q
values.
x <- rnorm(100)
quibble(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.