Summarise observations by date for several ensembles
summarise_by_date_ens(df, CI = 0.95)
df
Data frame. Must have date, mean, lo, and hi columns.
date
mean
lo
hi
CI
Numeric. Confidence interval width for the summary, as a proportion (CI = 0.95 uses the 95% confidence interval)
CI = 0.95