[CODE]
* Example generated by -dataex-. To install: ssc install dataex
clear
input float(default_dummy amount highrisk) byte loanduration float(incometotal liabilitiestotal maritalstatus_dum newcreditcustomer_dum loanyear country_id status_late_repaid)
0 .3227544 0 12 9 0 0 1 2009 1 1
0 .0703028 0 6 12 0 0 1 2009 1 1
0 .2524485 0 24 6 0 1 1 2009 1 1
0 .0830818 0 24 4 0 0 1 2009 1 1
0 .12782331 0 1 4.9 0 1 1 2009 1 1
0 .12782331 0 3 12 0 0 1 2009 1 1
1 .063912 0 12 10.7 0 1 1 2009 1 1
0 .0639117 0 6 15.5 0 0 1 2009 1 1
0 .1278234 0 1 11.34 0 0 1 2009 1 1
0 .12782331 0 4 12 0 0 1 2009 1 1
0 .28119102 0 24 6 0 1 1 2009 1 1
0 .3195585 0 2 11.2 0 0 1 2009 1 1
0 .1853437 0 6 6 0 1 1 2009 1 1
0 .1853384 0 24 9.6 0 1 1 2009 1 1
1 .070300005 0 2 12 0 1 1 2009 1 1
0 .1725778 0 24 9.6 0 1 1 2009 1 1
0 .0319558 0 6 1.8 0 0 1 2009 1 1
0 .12782331 0 9 12.9 0 1 1 2009 1 1
0 .0830747 0 24 6 0 1 1 2009 1 1
0 .1597792 0 3 11.55 0 0 1 2009 1 1
0 .0319558 0 1 4 0 0 1 2009 1 1
0 .1597789 0 5 1.4 0 0 1 2009 1 1
0 .0894762 0 9 12.9 0 1 1 2009 1 1
0 .1086498 0 13 8 0 1 1 2009 1 1
I have to run the following probit regression
Code:
probit default_dummy c.amount##i.highrisk loanduration incometotal liabilitiestotal maritalstatus_dum newcreditcustomer_dum i.loanyear i.country_id if status_late_repaid == 1
I run the following command
Code:
margins loanduration
Code:
factor loanduration not found in list of covariates r(322);
Code:
margins incometotal
Code:
incometotal: factor variables may not contain noninteger values r(452);
0 Response to margins
Post a Comment