In the prep_multipat_plot_comb() function, all the quantiles are calculated for both the value and the proportion_ of the pathogen. However we don't need all the quantiles for both output. Should it be a parameter or simply updated in the code to only output the quantiles of interest?
- median, 95%, 90%, 80%, and 50% quantiles for each "value"
- -median, and 50% quantiles for each "proportion"
In the
prep_multipat_plot_comb()function, all the quantiles are calculated for both thevalueand theproportion_of the pathogen. However we don't need all the quantiles for both output. Should it be a parameter or simply updated in the code to only output the quantiles of interest?