Skip to content

Instantly share code, notes, and snippets.

@alexhallam
Created April 22, 2019 16:09
Show Gist options
  • Save alexhallam/9515d03d542a2ecebdb21f3737b16f9f to your computer and use it in GitHub Desktop.
Save alexhallam/9515d03d542a2ecebdb21f3737b16f9f to your computer and use it in GitHub Desktop.
summarise with quantile dplyr
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