You are on page 1of 4

Lab session 3

Lecturer: Nataliia Ostapenko

15/12/2017

1 Wooldridge, IE, 7.10

1
2 Wooldridge, IE, 7.12

3 Wooldridge, IE, 7.13

2
4 Wooldridge, IE, 7.16

5 Exercise on loan approval: who should we choose to


give loan to?
Attached is an excel …le where there are two worksheets: loan applications which are already
decided on and new loan applications. In the excel …le, there is the client id numbers
client_no, data on monthly income monthly_income, data on years worked years_worked,
if the clients have other loan obligations obligations, and if they received approval to their
loan application got_approval: The obligations and got_approval variables are binary: they
receive value 1 if the data entry is "yes".
For the new applications, we have similar data except the got_approval variable, because

3
this is what we have to decide: if the client should receive a loan or not. The bank wants
to give 500 new loans but there are 1000 applications. So we should …nd out which clients
(using client_id) should receive loans.
Given that the dependent variable is a binary variable, the model we will use here is a
linear probability model. (In fact using a probit or logit model would be more accurate for
the reasons we saw in class.) The idea of the exercise is that we should …nd the 500 clients
who have the highest predicted probability of receiving a loan.
The exercise is as follows:

1. Construct a model that regresses got_approval on the available regressors.

2. Estimate the model and comment on the results.

3. Consider reasonable alternative models (possibly with interactions between regressors


or other functional forms) and choose the model that best explains the data. Make
sure you use a correct way of comparison between models.

4. Using the estimation results of the model that you choose in (3), predict if the new
clients shall receive the credit. Identify the 500 clients who should receive the new
loans.

You might also like