Skip to contents

Compares 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.

Value

A tibble with comparison differences and status metadata.

Details

This is a local reproducibility comparison, not official institutional validation.