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

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 685 views
  • 0 likes
  • 2 in conversation