- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello All,
Need small help!
I am new to SAS and do not have SAS software. I need to run Logistic regression on the below data sets. Having variables
Customer account , Credit Rating, Annual Income, & Net Worth.
I need to predict the probabality of customer paying the loan amount.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
SAS is available for free if you're a student and using it for non commerical purposes. Education/research is allowed.
https://www.sas.com/en_sg/learn/analytics-u.html
You can also access a cloud version if you want via SAS Academics on Demand.
@mnkjoshi5 wrote:
Hello All,
Need small help!
I am new to SAS and do not have SAS software. I need to run Logistic regression on the below data sets. Having variables
Customer account , Credit Rating, Annual Income, & Net Worth.
I need to predict the probabality of customer paying the loan amount.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
SAS is available for free if you're a student and using it for non commerical purposes. Education/research is allowed.
https://www.sas.com/en_sg/learn/analytics-u.html
You can also access a cloud version if you want via SAS Academics on Demand.
@mnkjoshi5 wrote:
Hello All,
Need small help!
I am new to SAS and do not have SAS software. I need to run Logistic regression on the below data sets. Having variables
Customer account , Credit Rating, Annual Income, & Net Worth.
I need to predict the probabality of customer paying the loan amount.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Also, you don't have enough information to build a logistic regression model here. You need to have a 0/1 outcome for logistic regression and there's no variable indicated in your dataset that would work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi Reeza,
Thanks a lot for your guidance and your reply. I have updated my Excel file. Here using the independent variables such as income, wealth and credit rating ,and age ... i need to identify the probablity that the person was miss sold PPI with the loan or not. 1 means customer is telling truth and it was missold and 0 means it was not. It is hypothetical data for learning purpose.
Thanks & Regards
Mayank
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I don't have time to work through something like that right now, but I highly suggest reading both the SAS documentation examples and the UCLA example.
Both have the source data available and you can follow along with their output. Additionally, the SAS course on how to do statistics with SAS covers logistic regression and is free here: support.sas.com/training/tutorial
UCLA link:
https://stats.idre.ucla.edu/sas/dae/logit-regression/
SAS Documentation:
Note that I've linked to a specific example in the SAS Logistic Regression but you can check the remaining examples if desired.