FBICriminal_tbl_df | R Documentation |
This dataset contains detailed data from the FBI's National Instant Criminal Background Check System (NICS) on firearm background checks across U.S. states. It includes monthly data on gun sales, population statistics, and various firearm-related activities from multiple categories.
data(FBICriminal_tbl_df)
A tibble with 11,648 observations and 35 variables:
State where the data was recorded (character).
Year of the observation (integer).
Month of the observation (character).
Numeric representation of the month (integer).
Population of the state (integer).
Number of guns per 1,000 people (numeric).
Total guns sold (integer).
Adjustments for sales data (numeric).
Number of in-store purchases (integer).
Number of gun permits issued (integer).
Flag for permit recheck status (character).
Number of handguns sold (integer).
Number of long guns sold (integer).
Number of other types of firearms sold (integer).
Number of multiple gun purchases (integer).
Corrected count of multiple purchases (integer).
Administrative checks conducted (integer).
Number of prepawned handguns (integer).
Number of prepawned long guns (integer).
Number of prepawned other firearms (integer).
Number of redeemed handguns (integer).
Number of redeemed long guns (integer).
Number of redeemed other firearms (integer).
Number of returned handguns (integer).
Number of returned long guns (integer).
Number of returned other firearms (integer).
Number of handguns rented (integer).
Number of long guns rented (integer).
Number of privately sold handguns (integer).
Number of privately sold long guns (integer).
Number of privately sold other firearms (integer).
Number of privately returned handguns (integer).
Number of privately returned long guns (integer).
Number of privately returned other firearms (integer).
Total checks conducted (integer).
The dataset name has been changed to 'FBICriminal_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the crimedatasets package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is stored as a tibble, which is a modern form of a data frame in R. The original content has not been modified in any way.
FBI's National Instant Criminal Background Check System (NICS).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.