File Identity
FARS2024NationalAuxiliarySAS.zip is the 2024 national auxiliary SAS package for NHTSA's Fatality Analysis Reporting System. FARS is a census of fatal motor vehicle traffic crashes in the United States. The auxiliary SAS package is the SAS transport format edition of the supplemental analytical tables — chiefly multiple imputation (MI) data files — that extend the core crash, vehicle, and person records found in FARS2024NationalSAS.zip.1,2,3
Researchers who work natively in SAS use this package when they need nationally representative estimates for variables that the raw FARS records frequently code as unknown. The SAS transport format (.xpt) allows the files to be read directly by SAS LIBNAME with the XPORT engine, or by compatible open-source readers such as the R haven package or Python pyreadstat.1,4
What the Package Contains
The auxiliary SAS ZIP contains SAS transport (.xpt) files that mirror the tables in the auxiliary CSV package. The core content is the set of Multiple Imputation (MI) files NHTSA generates to address systematic data gaps in raw crash reports. Each MI file corresponds to a level of the FARS hierarchy — accident, driver/accident, and person — and provides multiply-imputed estimates alongside the original coded values.3,4
| Table / file type | Purpose and use |
|---|---|
| MIACC.xpt — Multiple Imputation, Accident | SAS transport file containing statistically imputed values for accident-level variables that carry high unknown rates, such as travel speed. Intended for use with SAS PROC MIANALYZE or equivalent pooling procedures. |
| MIDRVACC.xpt — Multiple Imputation, Driver/Accident | SAS transport file providing imputed values for driver-related accident variables, including estimated pre-crash speed and driver-action fields where raw report data is incomplete. |
| MIPER.xpt — Multiple Imputation, Person | SAS transport file providing imputed values for person-level variables with high unknown rates, principally blood alcohol concentration (BAC) for drivers not tested. Essential for population-level impairment estimates in SAS workflows. |
| Extended supplemental tables (.xpt) | Additional SAS transport files capturing supplemental coded variables for vehicles and persons that extend the detail available in the core FARS national SAS tables. |
Consult the NHTSA FARS manuals for the authoritative file list and variable definitions. NHTSA may update which tables appear in the auxiliary versus the main package across annual releases. The FARS Analytical User's Manual (linked in the primary source directory) is the definitive reference for the current file layout and imputation procedures.
SAS Format vs. CSV Format
NHTSA publishes each FARS annual package in two parallel formats: CSV (comma-separated text) and SAS transport (.xpt). The SAS auxiliary package and the CSV auxiliary package contain the same imputation data — they differ only in encoding.2,3,5
| Attribute | SAS auxiliary package | CSV auxiliary package |
|---|---|---|
| File format | SAS transport (.xpt) | Comma-separated text (.csv) |
| Data content | Identical to CSV edition | Identical to SAS edition |
| Native toolchain | SAS, R haven, Python pyreadstat | Any text-capable tool |
| Typical use | SAS PROC MIANALYZE workflows; agencies | Python / R / spreadsheet pipelines |
| Download URL | FARS2024NationalAuxiliarySAS.zip | FARS2024NationalAuxiliaryCSV.zip |
How Daily Driver Advocate Uses It
Daily Driver Advocate documents the NHTSA FARS auxiliary SAS package as a reference for researchers who work in SAS-based analysis pipelines. The site's own statistical processing uses the CSV packages, but the SAS auxiliary package is the format NHTSA's own analysts typically use and is referenced in the FARS Analytical User's Manual as the authoritative source for imputed-variable analysis.1,3,5,6
FARS2024NationalSAS.zip Source Card
The primary NHTSA fatal crash SAS package. Use together with this auxiliary SAS package when imputed variables are required in a SAS workflow.
FARS2024NationalAuxiliaryCSV.zip Source Card
The CSV edition of the same auxiliary package. Contains identical imputation tables in plain-text CSV format for non-SAS analysis.
Drunk Driving Statistics
Alcohol-impaired fatal-crash analysis that draws on FARS person-level BAC records and NHTSA imputed estimates.
Common Research Uses
The auxiliary SAS package is most useful when a researcher works within a SAS-native pipeline and needs nationally representative estimates for FARS variables with high unknown rates — primarily BAC and travel speed — without converting the data to CSV first.1,4
Run NHTSA multiple imputation analysis in SAS using PROC MIANALYZE to pool estimates across imputed datasets for BAC, travel speed, and related variables.
Reproduce published NHTSA national traffic safety fact sheets and traffic safety analytics reports that depend on MI-adjusted estimates rather than raw unknown-coded records.
Join SAS-format imputed-variable tables directly to core FARS national SAS records (FARS2024NationalSAS.zip) without converting between file formats.
Perform advanced SAS-native regression and causal analysis on fatal crash factors using the official NHTSA SAS data pipeline.
Cross-validate results against the CSV auxiliary package to confirm that CSV-to-SAS conversions did not alter imputed values.
Important Limitations
This page is a source card for an official federal dataset. It is not a government page, legal advice, crash investigation service, or substitute for the NHTSA file and manuals. Imputed values are statistical estimates, not confirmed measurements.
- This package is supplemental — it must be used alongside FARS2024NationalSAS.zip, not as a standalone crash dataset.
- The SAS transport (.xpt) format requires SAS software or a compatible reader such as the SAS XPORT engine in R (haven package) or Python (pyreadstat). It is not a plain CSV or spreadsheet file.
- Multiple imputation tables do not assign a single definitive value; they produce multiple plausible estimates intended for use with SAS PROC MIANALYZE or equivalent statistical pooling procedures.
- Imputed values are statistical estimates generated by NHTSA models, not confirmed measurements. They are appropriate for aggregate national estimates, not for case-level fact-finding.
- FARS covers fatal crashes only. Neither the main nor the auxiliary SAS package records injury-only or property-damage crashes.
- A crash must involve a motor vehicle on a public trafficway and result in a death within 30 days to be included in any FARS file.
- Consult the FARS Analytical User's Manual (linked in the primary source directory) for the exact variable definitions, coding notes, and imputation methodology used in each auxiliary table.
Suggested Citation
For the raw dataset, cite NHTSA as the issuing agency and link to the official file. When citing this explanatory card, cite Daily Driver Advocate as the independent research project that documented the source.
National Highway Traffic Safety Administration. FARS2024NationalAuxiliarySAS.zip. Fatality Analysis Reporting System, 2024 national auxiliary SAS package. https://static.nhtsa.gov/nhtsa/downloads/FARS/2024/National/FARS2024NationalAuxiliarySAS.zip
Primary Source Directory
- Fatality Analysis Reporting System (FARS) overviewIssuing authority: National Highway Traffic Safety Administration
- FARS 2024 file download directoryIssuing authority: National Highway Traffic Safety Administration
- FARS2024NationalAuxiliarySAS.zip official downloadIssuing authority: National Highway Traffic Safety Administration
- Links for FARS manuals (coding and analytical guides)Issuing authority: National Highway Traffic Safety Administration
- FARS2024NationalAuxiliaryCSV.zip companion source cardIssuing authority: Daily Driver Advocate
- FARS2024NationalSAS.zip companion source cardIssuing authority: Daily Driver Advocate