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

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

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