Charity data (adapted from a small section of a charity's donor database)
data("CHARITY")
A data frame with 15283 observations on the following 11 variables.
Donate
a factor with levels Donate
No
Homeowner
a factor with levels No
Yes
Gender
a factor with levels F
M
UnlistedPhone
a factor with levels No
Yes
ResponseProportion
a numeric vector giving the fraction of solications that resulted in a donation
NumResponses
a numeric vector giving the number of past donations
CardResponseCount
a numeric vector giving the number of past solicitations
MonthsSinceLastResponse
a numeric vector giving the number of months since last response to solicitation (which may have been declining to give)
LastGiftAmount
a numeric vector giving the amount of the last donation
MonthSinceLastGift
a numeric vector giving the number of months since last donation
LogIncome
a numeric vector giving the logarithm of a scaled and normalized yearly income
This dataset is adapted from a real-world database of donors to a charity.