| ACCOUNT {regclass} | R Documentation |
Predicting whether a customer will open a new kind of account
Description
Customers were marketed a new type of account at a bank. It is desired to model what factors seemed to be associated with the probability of opening the account to tune marketing strategy.
Usage
data("ACCOUNT")
Format
A data frame with 24242 observations on the following 8 variables.
Purchasea factor with levels
NoYesTenurea numeric vector, the number of years the customer has been with the bank
CheckingBalancea numeric vector, amount currently held in checking (may be negative if overdrafted)
SavingBalancea numeric vector, amount currently held in savings (0 or larger)
Incomea numeric vector, yearly income in thousands of dollars
Homeownera factor with levels
NoYesAgea numeric vector
Area.Classificationa factor with levels
RSUfor rural, suburban, or urban
Details
Who is more likely to open a new type of account that a bank wants to try to sell its customers? Try logistic regression or partition models to see if you can develop a model that accurately classifies purchasers vs. non-purchasers. Or, try to develop a model that does well in promoting to nearly all customers who would buy the account.