fraudulent_df | R Documentation |
This dataset contains information on 127 automobile insurance claims arising from accidents in Massachusetts, USA, in 1989. Each claim was classified as either fraudulent or legitimate by consensus among four independent claims adjusters who thoroughly examined each case file.
data(fraudulent_df)
A data frame with 42 observations and 12 variables:
Numeric score or rating 1 (numeric).
Numeric score or rating 2 (numeric).
Indicator for a specific automobile claim condition (factor with 2 levels).
Indicator for a second specific automobile claim condition (factor with 2 levels).
Indicator for a third specific automobile claim condition (factor with 2 levels).
Claim-level indicator for condition 7 (factor with 2 levels).
Claim-level indicator for condition 11 (factor with 2 levels).
Insurance adjuster’s information indicator for condition 2 (factor with 2 levels).
Insurance adjuster’s information indicator for condition 3 (factor with 2 levels).
Insurance adjuster’s information indicator for condition 4 (factor with 2 levels).
Insurance adjuster’s information indicator for condition 6 (factor with 2 levels).
Insurance adjuster’s information indicator for condition 12 (factor with 2 levels).
The dataset name has been changed to 'fraudulent_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 'df' indicates that the dataset is a traditional data frame in R. The original content has not been modified in any way.
Fraudulent automobile insurance claims data from Massachusetts, 1989.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.