Description Usage Format Source References Examples
AmEx data consisted of 13,400 observations on credit card applications received in a single month in 1988. Of the full sample, 10,499 applications were approved and the next 12 months of spending and default behavior were observed. Important variables in the data includes Demographic and socioeconomic factors of the applicants (e.g. Age, Income, whether the applicant owns his or her home, whether the applicant is self employed or not and the number of dependents living with the applicant). An important factor for granting the credit facility is grouped under “Derogatories and Other Credit Data".
1 |
A data frame with 13444 observations and 56 variables
observed outcome variable
selection indicator
use names(AmEx)
<http://people.stern.nyu.edu/wgreene/Microeconometrics.htm>
Greene WH (1998) Sample selection in credit-scoring models
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | data(AmEX)
outcome <- DEFAULT~AGE+ACADMOS+ADEPCNT+AEMPMOS+MAJORDRG+ MINORDRG+OWNRENT+
APADMOS+AMAMIND+INCOME+SELFEMPL+ TRADACCT+ INCPER+ EXP_INC+CPTOPNB+
CPTOPNG+ CPT30C+CPTF30+CPTAVRV+CBURDEN
selection <- CARDHLDR~AGE+ACADMOS+ADEPCNT+AEMPMOS+MAJORDRG+ MINORDRG+OWNRENT+
APADMOS+AMAMIND+INCOME+SELFEMPL+ TRADACCT+ INCPER+CPTOPNB+
CPTOPNG+ CPT30C+CPTF30+CPTAVRV+CBURDEN+BANKSAV+BANKCH+BANKBOTH+CREDMAJR+ACBINQ
pp <- HeckSelect(selection, outcome, data=AmEx, allowParallel = TRUE, penalty="ALASSO", Model="AMH",crit="bic")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.