R Dataset / Package gamclass / german
November 27, 2023
On this R-data statistics page, you will find information about the german data set which pertains to German credit scoring data. The german data set is found in the gamclass R package. You can load the german data set in R by issuing the following command at the console data("german"). This will load the data into a variable called german. If R says the german data set is not found, you can try installing the package by issuing this command install.packages("gamclass") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the german R data set. The size of this file is about 110,755 bytes.
German credit scoring data
Description
See website for details of data attributes
Usage
german
Format
A data frame with 1000 observations on the following 21 variables.
V1-
a factor with levels
A11A12A13A14 V2-
a numeric vector
V3-
a factor with levels
A30A31A32A33A34 V4-
a factor with levels
A40A41A410A42A43A44A45A46A48A49 V5-
a numeric vector
V6-
a factor with levels
A61A62A63A64A65 V7-
a factor with levels
A71A72A73A74A75 V8-
a numeric vector
V9-
a factor with levels
A91A92A93A94 V10-
a factor with levels
A101A102A103 V11-
a numeric vector
V12-
a factor with levels
A121A122A123A124 V13-
a numeric vector
V14-
a factor with levels
A141A142A143 V15-
a factor with levels
A151A152A153 V16-
a numeric vector
V17-
a factor with levels
A171A172A173A174 V18-
a factor with levels
goodbad V19-
a factor with levels
A191A192 V20-
a factor with levels
A201A202 V21-
a numeric vector
Source
http://archive.ics.uci.edu/ml/datasets.html
Examples
data(german)
Dataset imported from https://www.r-project.org.
<iframe src="https://jmagunia.com/iframe/r-dataset-package-gamclass-german.html" width="100%" height="100%" style="border:0px"></iframe>