mock_credit {migrate} | R Documentation |
Mock dataset containing credit statistics by customer at two time intervals. Some customers only exist in one time interval (they either became a customer after the first time interval, or discontinued being a customer before the second time interval).
mock_credit
A data frame with columns:
Customer ID for 497 unique customers.
Date of the observation; there are two unique dates in the dataset.
Factor representing risk level on a 1-14 scale.
Principal balance outstanding on the loan.
Developed by Ketchbrook Analytics
## Not run:
mock_credit
## End(Not run)