| credit {fpp} | R Documentation |
Credit ratings on personal loans from an Australian bank.
Description
A random sample of 500 observations of customers applying for personal loans at an Australian bank. All customers were 25 years old or under.
Usage
data(credit)
Format
A data frame with 500 observations on the following 7 variables.
scorea numeric vector giving the credit scores calculated by the bank on a scale from 0 to 100.
savingsa numeric vector giving the total personal savings of each customer (in thousands of $).
incomea numeric vector giving the total net income of each customer (in thousands of $).
fteTRUEif the customer has full time employment, andFALSEotherwise.singleTRUEif the customer is single, andFALSEotherwise.time.addressa numeric vector giving the number of months each customer has lived at their current address.
time.employeda numeric vector giving the number of months each customer has been with their current employer.
Examples
data(credit)