Summarize validation run estimates compared to full data run
Source:R/compare_estimates_val.R
summarize_eta_all.RdCompares eta estimates from a validation run against estimates from the full data run. Calculates error metrics (median error, MAE) and coverage statistics to assess how well the validation estimates match the full data estimates.
Value
A tibble with summary statistics:
- ncountries
Number of countries
- ME
Median error (full data median - validation median)
- MAE
Median absolute error
- MeanE
Mean error
- MeanAE
Mean absolute error
- Coverage
Proportion of full data draws within validation 95% CI
- Prop_above_CI
Proportion of full data draws above validation CI
- Prop_below_CI
Proportion of full data draws below validation CI