Hi SAS users,
If someone has come across a study, paper, model of loan delinquencies using multi factor model, with factors as macroeconomic variables such as Interest Rate, Inflation, Unemployment rate, Property Price index, etc. please send me the URL or papers.
Thanks
Qui
I doubt you will find a paper with those exact variables. However, this is a logistic regression, something like this:
proc logistic data=have;
model delinquency=interest_rate inflation unemployment_rate property_price_index;
run;
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.
Find more tutorials on the SAS Users YouTube channel.