1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/credit_data.R
\docType{data}
\name{credit_data}
\alias{credit_data}
\title{Credit data}
\source{
https://github.com/gastonstat/CreditScoring,
http://bit.ly/2kkBFrk
}
\value{
\item{credit_data}{a data frame}
}
\description{
These data are from the website of Dr. Lluís A. Belanche Muñoz by way of a
github repository of Dr. Gaston Sanchez. One data point is a missing outcome
was removed from the original data.
}
\examples{
data(credit_data)
str(credit_data)
}
\keyword{datasets}
|