The Primary Source Doctrine
The foundational editorial rule at Daily Driver Advocate is what we call the “Primary Source Doctrine”: every factual claim published on the site must be traceable to an original, authoritative source. In practice, this means:
- Statutory claims— such as “Pennsylvania mandates a three-month license suspension for a lapse in coverage” — must cite the specific state statute (e.g., PA Title 75) or the official DMV administrative rule.
- Statistical claims — such as “There were 33,654 fatal crashes in the United States in 2024” — must be derived from the raw federal dataset (e.g., NHTSA FARS
accident.csv), not from a news article that reported the number. - Regulatory claims— such as “Commercial carriers operating vehicles over 10,001 lbs must maintain $750,000 in liability coverage” — must cite the specific Code of Federal Regulations section (e.g., 49 CFR Part 387).
Secondary sources — news articles, insurance company blog posts, legal commentary — are used for context and background, but they are never the sole citation for a factual claim. When secondary sources are referenced, they are clearly labeled as such.
Why this matters:Many automotive information sites cite each other in a circular chain — Site A cites Site B, which cited Site C, which paraphrased a statute it didn't link to. By the time a journalist encounters the claim, the original source is three layers deep. Our Primary Source Doctrine breaks that chain.
How We Research State Vehicle Laws
When we produce a state-by-state legal analysis — such as our report on whether it is illegal to drive without insurance — we follow a structured, multi-stage research workflow:
Deep Research & Literature Review
We begin with a comprehensive research phase that produces a detailed internal document (typically 15,000–30,000 words) synthesizing all available information on the topic. This document surveys existing coverage across government portals, legal databases, insurance industry publications, and academic papers to identify the full landscape of a legal question.
Primary Source Verification
Every factual claim from the research phase is individually traced back to its primary source — typically a state vehicle code section, a DMV administrative rule, or a federal regulation. We access these through official .gov portals, state legislature websites, and the Electronic Code of Federal Regulations (eCFR). Claims that cannot be verified against a primary source are either flagged as unverified or excluded from the published report.
State-by-State Statutory Compilation
For state-level legal analysis, we systematically review the vehicle code or transportation statutes for all 50 states and the District of Columbia. We compile structured data tables with specific statutory limits, requirements, and citations. Each entry in the table links to the official state government source.
Editorial Synthesis & Plain-Language Translation
The verified research is translated into an accessible, narrative report that a non-lawyer can read and understand. Legal terminology is preserved when precision demands it, but every technical term is defined and contextualized. The goal is institutional clarity — not simplification that sacrifices accuracy.
Source Directory Construction
A numbered Primary Source Directory is compiled and appended to the report. Each superscript citation in the article text maps to a numbered entry in this directory, which includes the source name, the issuing authority, and a direct URL. This allows any reader — including a journalist or fact-checker — to verify any specific claim within seconds.
Federal Dataset Acquisition & Processing
A core differentiator of Daily Driver Advocate is that we work directly with raw federal datasets rather than relying on third-party summaries. This section documents exactly which datasets we use, where they come from, and how we process them.
When a federal agency publishes a dataset, we download the original file package directly from the agency's official distribution point. We store the raw source files in our data repository alongside the derived summary files that power our visualizations. This means our entire analytical chain — from raw data to published statistic — is internally reproducible and externally auditable.
The NHTSA FARS Pipeline
The Fatality Analysis Reporting System (FARS) is a census of fatal traffic crashes maintained by the National Highway Traffic Safety Administration (NHTSA), a division of the U.S. Department of Transportation. FARS is the gold standard dataset for fatal crash research in the United States — it is the same dataset used by NHTSA itself, the Insurance Institute for Highway Safety (IIHS), and peer-reviewed transportation safety researchers.
Source Files
| File | Source URL |
|---|---|
FARS2024NationalCSV.zip | static.nhtsa.gov/…/FARS2024NationalCSV.zip |
FARS2024NationalAuxiliaryCSV.zip | static.nhtsa.gov/…/FARS2024NationalAuxiliaryCSV.zip |
How We Process FARS Data
- Download: The raw ZIP package is downloaded directly from the NHTSA file distribution server.
- Extract: The ZIP contains multiple CSV files. For crash-level analysis, the primary file is
accident.csv, where each row represents one fatal crash. For person-level demographics, we useperson.csv. - Aggregate: We aggregate crash counts by state using the FIPS
STATEcolumn, cross-referencing the FARS codebook to map numeric codes to state names. We derive fatality counts from theFATALScolumn. - Normalize: For per-capita calculations, we divide state-level crash or fatality counts by the corresponding Census Bureau population estimate, then multiply by 100,000 to produce a rate per 100,000 residents.
- Export: The derived summary data is exported as TypeScript modules that are directly consumed by our React-based visualization components. This eliminates runtime data fetching and ensures the published numbers are locked to the exact dataset version we verified.
Census Population Data
Population denominators are essential for producing meaningful per-capita statistics. We source our population data directly from the U.S. Census Bureau's official state population estimates tables.
Current Coverage
- Vintage 2024 estimates: Downloaded from the Census Bureau's official data distribution at census.gov . This file provides state-level population estimates for the 2020–2024 period.
- Historical series (1975–2024): We maintain a stitched historical population file covering 1975–2024 for all 50 states plus D.C. This file is constructed from the Census Bureau's intercensal and postcensal population estimate series for each decade, combined with the 2024 vintage data for the most recent years. Puerto Rico is excluded from the historical series because the older Census decade files do not extend back to 1975.
Why We Use Census Data
The Census Bureau's Vintage population estimates are the standard denominator used by federal agencies themselves — including NHTSA, the CDC, and the FBI — when computing per-capita rates. By using the same population source as the agency that produces FARS, we ensure our per-capita calculations are directly comparable to official federal statistics.
The Fact-Checking & Verification Cycle
Our editorial process includes a structured verification cycle applied to every report before publication and at regular intervals afterward:
Pre-Publication
- Every factual claim is traced to its primary source URL
- All source URLs are tested for accessibility (no dead links)
- Statistical calculations are reproduced independently from raw data
- State-level data tables are cross-checked against at least two independent sources
Post-Publication
- Reports are reviewed when new legislative sessions conclude
- Source URLs are periodically re-tested for continued accessibility
- The "Verified" badge date is updated only after a full re-verification pass
- Data-driven reports are refreshed when new dataset vintages are released by the issuing federal agency
Correction Protocol
- Errors reported by readers are investigated as a priority
- Confirmed errors are corrected promptly and transparently
- A correction note is appended to the affected report documenting exactly what was changed and why
- The correction note is permanent and is never removed from the page
Interactive Visualization Standards
Our interactive maps, charts, and data tables follow a strict set of design and data integrity principles:
- All visualizations are rendered from static, pre-computed data that is locked to a specific dataset version. We do not fetch data at runtime from external APIs, which eliminates the risk of displaying stale or inconsistent numbers.
- Hover states on maps and charts always display the underlying data values, not just visual indicators. A user hovering over Texas on a fatal crash map sees the exact crash count, fatality count, and rank — not just a color shade.
- Every visualization is accompanied by explanatory text that documents what the data represents, which source it comes from, and how derived calculations (such as per-capita rates) were computed.
- Source citations are embedded directly below visualizations, linking to the Primary Source Directory.
Update & Correction Policy
We recognize that laws change, datasets are updated, and errors can occur despite rigorous fact-checking. Our update and correction policy is designed to maintain trust:
- Statutory updates: When a state legislature amends a vehicle code provision covered by one of our reports, we update the report to reflect the new law and reset the “Verified” badge date. Changes to statutory data are not treated as corrections — they are treated as updates.
- Dataset refreshes: When a new vintage of a federal dataset is released (e.g., FARS 2025), we will update our data-driven reports to incorporate the new data and clearly indicate the dataset version used.
- Factual corrections: If we discover or are notified of a factual error in a published report — such as an incorrect statutory limit or a miscalculated statistic — we investigate and issue a correction as quickly as possible. The correction is documented with a permanent note on the page.
- Transparency: We never silently alter published content. All substantive changes are documented and dated.
Limitations & Scope Boundaries
We believe transparency requires acknowledging what we are and what we are not:
- We are not a law firm. Our content is informational research, not legal advice. It does not create an attorney-client relationship and should not be used as a substitute for consultation with a licensed attorney in your jurisdiction.
- Laws change. Despite our best efforts to maintain current information, statutes are subject to amendment, repeal, and reinterpretation by courts. The “Verified” date on each report indicates the last time we confirmed the accuracy of the underlying sources. Between verifications, legislative changes may occur.
- We cover U.S. law only. Our research scope is limited to the 50 U.S. states and the District of Columbia. We do not cover U.S. territories, foreign jurisdictions, or military installations.
- FARS data has inherent limitations. FARS is a census of crashes involving at least one fatality. It does not capture non-fatal crashes, injury-only crashes, or property-damage-only incidents. Per-capita rates based on FARS reflect fatal crash frequency relative to population — not overall driving risk.
- Population estimates are estimates. The Census Bureau's Vintage population series are postcensal estimates revised annually. They are highly accurate for most analytical purposes but are not exact census counts.