Insurance {NumericEnsembles} | R Documentation |
Insurance - The data is from UCI
Description
This dataset contains detailed information about insurance customers, including their age, sex, body mass index (BMI), number of children, smoking status and region. Having access to such valuable insights allows analysts to get a better view into customer behaviour and the factors that contribute to their insurance charges.
Usage
Insurance
Format
Insurance A data frame with 1338 rows and 7 columns Credit to Bob Wakefield
- Age
The age of the customer. (Integer)
- Children
The number of children the customer has. (Integer)
- Smoker
Whether or not the customer is a smoker. (Boolean)
- Region
The region the customer lives in. (String)
- Charges
The insurance charges for the customer. (Float)
Source
https://www.kaggle.com/datasets/thedevastator/prediction-of-insurance-charges-using-age-gender
[Package NumericEnsembles version 0.8.0 Index]