Skip to content

Using Federal Register data to identify regulatory suspensions and analyze how presidential administrations use them.

License

Notifications You must be signed in to change notification settings

mfebrizio/regulatory-suspensions

Repository files navigation

regulatory-suspensions

Objective: Identifying and analyzing regulatory suspensions and how presidential administrations use them

Regulatory suspensions "defer compliance by either postponing the compliance dates or putting off a regulation’s effective date, prior to working to change or repeal the regulation’s substantive requirements." Suspensions are one of several mechanisms that incoming presidents use to reverse the regulatory agenda of the prior administration. Federal agencies publish these postponements in the Federal Register, the daily journal of the US government. Understanding the frequency of regulatory suspensions across presidential administrations may help contextualize the usage of this tool of regulatory oversight.

Data & Methods

Using the Federal Register API, we searched final rules from the beginning of each president’s first term for keywords that indicate a rule’s effective date or compliance date was delayed. Specifically, if a rule contained the words “delay” and either “effective date” or “compliance date,” we flagged it as a regulatory suspension. Searching the full text of documents proved to be overly inclusive (i.e., picking up many false positives), so instead we focused on searching three particular fields from the Federal Register API -- title, action, and dates -- for those terms. We limited our timeframe to roughly the first 100 days of each president’s first term -- January 20 to April 30 -- because this would capture a substantial chunk of the initial regulatory activity of a new administration and ensured that we had enough data for Joe Biden’s first year in office. Since document-level data from the Federal Register only date back to 1994, we stop our search for regulatory suspensions at the George W. Bush administration.

We conducted three robustness checks to verify the accuracy of our search method for regulatory suspensions. First, we sampled 50 percent of the identified suspensions from each president (115 out of 227 rules), which had an accuracy rate of 95.7 percent (110/115 with 5 false positives). Second, we sampled 5 percent of the total rules published in the time period from each president (171 out of 3375 rules), producing an accuracy rate of 97.7 percent (167/171 with 1 false positive and 3 false negatives). Third, we sampled 5 percent of the rules from each President identified as non-suspensions via the search method (159 out of 3148 rules). The accuracy rate was 99.4 percent (158/159 with 1 false negative). Each check had an accuracy rate greater than 95 percent, suggesting that our method is sufficiently accurate to reliably establish the broader trends and magnitudes of how presidents use regulatory suspensions. The code for those accuracy checks are located in the XX folder.

About

Using Federal Register data to identify regulatory suspensions and analyze how presidential administrations use them.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published