calculate_summaries | R Documentation |
Calculate summaries of weighted statistics
calculate_summaries(
x,
what = "prev",
time = 1,
locations = NULL,
alpha = 0.05,
exceedance_prob_threshold = 0.35
)
x |
The output from the function |
what |
What statistic should be calculated the summaries from.
It must be either |
time |
Time point. Only used if |
locations |
Integer vector or location names identifying locations where summaries should be calculated for. If not specified, summary statistics of all locations will be provided. |
alpha |
Numeric value between 0 and 1. Calculations are for the |
exceedance_prob_threshold |
Numeric value. Default to |
For illustrative examples, see amis()
.
A list with mean, median, and quantiles of the weighted distribution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.