BookmarkSubscribeRSS Feed
quiphan
Fluorite | Level 6

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

2 REPLIES 2
PaigeMiller
Diamond | Level 26

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;
--
Paige Miller
quiphan
Fluorite | Level 6
Hi Paige,
Appreciate your solution. I have the dataframe now. Do you want to have a crack?
Qui

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

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!

Register Now

How to choose a machine learning algorithm

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.

Discussion stats
  • 2 replies
  • 1008 views
  • 0 likes
  • 2 in conversation