Statistic r code | Statistics homework help
You are requested to create an India credit risk(default) model, using the data provided in the spreadsheet raw-data.xlsx, and validate it on validation_data.xlsx. Please use the logistic regression framework to develop the credit default model.
Hints :
Data description – Default Risk Prediction. After removing variables for multicollinearity, we should try to take at least one variable for creating the model from each of the 4 factors namely – 1) Profitability2) Leverage3) Liquidity4) Company’s sizeclearly bifurcate all the variables in different buckets.Creation of new variables – This is an important step in the project as the company which is the biggest in size, will also have bigger asset size, cash flows etc. (Hint: We need to think in terms of ratios – Equity to asset ratio, debt to equity ratio etc)Dependent variable – We need to create a default variable which should take the value of 1 when net worth is negative & 0 when net worth is positive.Validation Dataset – We need to build the model on raw dataset and check the model performance measures on validation dataset.
Please find attached the files to be referred.
Topics
Marks
EDA
40
Outlier Treatment
10
Missing Value Treatment
7.5
New Variables Creation (One ration for profitability, leverage, liquidity and company’s size each )
7.5
Check for multicollinearity
7.5
Univariate & bivariate analysis
7.5
Modeling
30
Build Logistic Regression Model on most important variables
15
Analyze coefficient & their signs
15
Model Performance Measures
20
Predict accuracy of model on dev and validation datasets
10
Sort the data in descending order based on probability of default and then divide into 10 dociles based on probability & check how well the model has performed
10
Please note the following:
- You have to submit 2 files :
- Business Report not exceeding 3000 words. In this you need to submit all the answers to all the questions in a sequential manner. Your answer should include detailed explanations & inferences to all the questions. Your report should not be filled with codes. You will be evaluated based on the business report.
- R code file : This is a must and will be used for reference while evaluating.
- Any assignment found copied/ plagiarized with other submission(s) will not be graded and marked as zero.
- Please ensure timely submission as post deadline assignment will not be accepted.