View source: R/pivot_quantiles.R
nested_quantiles | R Documentation |
nested_quantiles(x)
x |
a |
This function is deprecated. The recommended alternative is
hardhat::quantile_pred()
with tibble::as_tibble()
a list-col
pred_quantile <- quantile_pred(matrix(rnorm(20), 5), c(.2, .4, .6, .8))
nested_quantiles(pred_quantile)
pred_quantile %>%
as_tibble() %>%
tidyr::nest(.by = .row) %>%
dplyr::select(-.row)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.