| CHARITY {regclass} | R Documentation |
CHARITY dataset
Description
Charity data (adapted from a small section of a charity's donor database)
Usage
data("CHARITY")
Format
A data frame with 15283 observations on the following 11 variables.
Donatea factor with levels
DonateNoHomeownera factor with levels
NoYesGendera factor with levels
FMUnlistedPhonea factor with levels
NoYesResponseProportiona numeric vector giving the fraction of solications that resulted in a donation
NumResponsesa numeric vector giving the number of past donations
CardResponseCounta numeric vector giving the number of past solicitations
MonthsSinceLastResponsea numeric vector giving the number of months since last response to solicitation (which may have been declining to give)
LastGiftAmounta numeric vector giving the amount of the last donation
MonthSinceLastGifta numeric vector giving the number of months since last donation
LogIncomea numeric vector giving the logarithm of a scaled and normalized yearly income
Details
This dataset is adapted from a real-world database of donors to a charity.
Source
Unknown