CHARITY: CHARITY dataset

Description Usage Format Details Source

Description

Charity data (adapted from a small section of a charity's donor database)

Usage

1
data("CHARITY")

Format

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

Details

This dataset is adapted from a real-world database of donors to a charity.

Source

Unknown


regclass documentation built on March 26, 2020, 8:02 p.m.

Related to CHARITY in regclass...