Compare IPM estimates against official published benchmarks
Source:R/ipm_benchmarks.R
enemdu_compare_official_ipm.RdCompares local package estimates with published IPM benchmark values. The
comparison is expressed in percentage points. For the official IPM points
series, the internal proportion scale is used, so 0.205 corresponds to
20.5 reported points.
Usage
enemdu_compare_official_ipm(
estimates,
benchmarks = enemdu_official_ipm_benchmarks(),
tolerance_pp = 0.5
)Arguments
- estimates
A data frame containing local IPM estimates.
- benchmarks
Benchmark table. Defaults to
enemdu_official_ipm_benchmarks().- tolerance_pp
Tolerance in percentage points.