Created
April 22, 2019 16:09
-
-
Save alexhallam/9515d03d542a2ecebdb21f3737b16f9f to your computer and use it in GitHub Desktop.
summarise with quantile dplyr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test_results %>% | |
summarise(.estimate = list(enframe(quantile(.error, probs=seq(.10,.90,.05))))) %>% | |
unnest() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment