Confidence
pending
Type
causal
Design
Sample
all-Brazil cand-poll panel (build/assemble/cand_poll.parquet) restricted to matched_share==1.0 and error.notna(), joined to full-universe coverage_class from pipelines/politica/build/llm/poll_coverage/
Specification
error ~ sponsored_by + opponent_sponsored + sponsored_by × coverage_class + log_sample_size + days_to_election polynomial; entity_effects=politico_id; other_effects=institute; cluster=muni_id. Plus per-coverage-class within-candidate β and a strict race × week FE variant.
Comparator
clean-comparator (sponsored vs poll_is_independent only) for the per-class and race-week variants
Cluster
muni_id
Notes
First universe-scale test of the Channel A coverage lever, replacing the n=200 pilot (AN-019/020). The coverage batch is the only methodology batch that landed at universe scale (sampling + operations batches cancelled per pipelines/politica/build/llm/batch/batch_state.json). 14,876 polls cached; ~57% are deterministic short-circuits (deferred / very_short / empty).
Script
source/analysis/an-107-coverage-x-sponsor-universe.py
Target
build/table/an-107-coverage-x-sponsor-universe.csv
Status
pending · 2026-06-18
Created
2026-06-18

Question

The +7 pp sponsor effect (AN-001 / AN-002 / AN-093) is documented as an average across all sponsored polls. The Channel A prediction is that the slant is concentrated where the methodology gives sponsors room to slant without lying — specifically in coverage classes that exclude rural or peripheral sub-frames (urban_only, specific_neighborhoods) or that decline to commit at registration (deferred_complement, not_specified). AN-019/020 ran this on the n=200 methodology pilot; AN-107 runs it at universe scale now that the coverage extraction is fully cached (14,876 polls).

Two readings:

Design

Sample: build/assemble/cand_poll.parquet, restricted to matched_share==1.0 and finite error, then merged with protocol → coverage_class from the LLM cache. Coverage class is collapsed to four interpretive buckets:

  1. safe: full_municipality + urban_plus_selected_rural
  2. slant_permissive: urban_only + specific_neighborhoods
  3. opaque: deferred_complement + not_specified
  4. other: residual (rare)

Three specifications:

Results

Pending — emits build/table/an-107-coverage-x-sponsor-universe.csv and build/figure/an-107-coverage-x-sponsor-universe.pdf.

Interpretation

Pending.

Follow-ups

Pending — see Step 4 of /next for the puzzles / extensions / blind-spots taxonomy.