get_german_credit_file: Get the file with the German Statlog credit dataset

View source: R/german_credit_loader.R

get_german_credit_fileR Documentation

Get the file with the German Statlog credit dataset

Description

The file contains a local copy of the German Statlog credit dataset with 1,000 observations and 24 features. The data page is at: https://archive.ics.uci.edu/ml/datasets/statlog+(german+credit+data) and the original files at: http://archive.ics.uci.edu/ml/machine-learning-databases/statlog/german/ We use the file 'german.data-numeric', which has 24 covariates instead of the 20 in the original data (as some are qualitative).

Usage

get_german_credit_file()

Value

A file with the plain-text raw data for the German Statlog credit that ships with this package (extension .dat).

Examples

f <- get_german_credit_file()
writeLines(readLines(f, n=5))


alan-turing-institute/PosteriorBootstrap documentation built on Sept. 12, 2023, 9:32 a.m.