car_owner | R Documentation |
A constructed data set useful for detecting conditinal dependencies.
car_owner
A data frame with 200 rows and 4 variables. Each row is a person with:
age of person
has a driver license, only persons older then 17 can have a license in this data set
monthly income
only persons with a drivers license , and a monthly income > 1500 can own a car
NA when there is no car
data("car_owner")
rules <- suggest_cond_rule(car_owner)
rules$rules
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.