Learn R Programming

dataSDA (version 0.1.8)

loans_by_purpose.int: Loans by Purpose Interval Dataset

Description

Interval-valued data for loan characteristics aggregated by their purpose. Original microdata contains 887,383 loan records from Kaggle.

Usage

data(loans_by_purpose.int)

Arguments

Format

A data frame with 14 observations and 4 interval-valued variables:

  • ln_inc: Natural logarithm of self-reported annual income.

  • ln_revolbal: Natural logarithm of total credit revolving balance.

  • open_acc: Number of open credit lines.

  • total_acc: Total number of credit lines.

Examples

Run this code
data(loans_by_purpose.int)

Run the code above in your browser using DataLab