There might be times when you may want to get some sort of #summary #statistic like a #quantile or #IRQ on your #distribution data.
With my #r #package {TidyDensity} this is possible given the data comes from a tidy_ distribution function. If you have a vector of data you can use tidy_empirical() as a cheat.
With this function you can get output as #sapply #lapply #tibble or a #tibble where #datatable is doing the work.
Post: https://www.spsanderson.com/steveondata/posts/weekly-rtip-tidydensity-2022-11-23/
See attached!
#datatable #tibble #lapply #sapply #package #r #distribution #irq #quantile #statistic #summary