LoansbyPurpose_minmaxDt {MAINT.Data}R Documentation

Loans by purpose: minimum and maximum Data Set

Description

This data set consist of the lower and upper bounds of the intervals for four interval characteristics of the loans aggregated by their purpose. The original microdata is available at the Kaggle Data Science platform and consists of 887 383 loan records characterized by 75 descriptors. Among the large set of variables available, we focus on borrowers' income and account and loan information aggregated by the 14 loan purposes, wich are considered as the units of interest.

Usage

data(LoansbyPurpose_minmaxDt)

Format

A data frame containing 14 observations on the following 8 variables.

ln-inc_min

The minimum, for the current loan purpose, of natural logarithm of the self-reported annual income provided by the borrower during registration.

ln-inc_max

The maximum, for the current loan purpose, of natural logarithm of the self-reported annual income provided by the borrower during registration.

ln-revolbal_min

The minimum, for the current loan purpose, of natural logarithm of the total credit revolving balance.

ln-revolbal_max

The maximum, for the current loan purpose, of natural logarithm of the total credit revolving balance.

open-acc_min

The minimum, for the current loan purpose, of the number of open credit lines in the borrower's credit file.

open-acc_max

The maximum, for the current loan purpose, of the number of open credit lines in the borrower's credit file.

total-acc_min

The minimum, for the current loan purpose, of the total number of credit lines currently in the borrower's credit file.

total-acc_max

The maximum, for the current loan purpose, of the total number of credit lines currently in the borrower's credit file.

Source

https:www.kaggle.com/wendykan/lending-club-loan-data


[Package MAINT.Data version 2.7.1 Index]