1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/attrition.R
\docType{data}
\name{attrition}
\alias{attrition}
\title{Job attrition}
\source{
The IBM Watson Analytics Lab website https://www.ibm.com/communities/analytics/watson-analytics-blog/hr-employee-attrition/
}
\value{
\item{attrition}{a data frame}
}
\description{
Job attrition
}
\details{
These data are from the IBM Watson Analytics Lab.
The website describes the data with \dQuote{Uncover the
factors that lead to employee attrition and explore important
questions such as \sQuote{show me a breakdown of distance
from home by job role and attrition} or \sQuote{compare
average monthly income by education and attrition}. This is a
fictional data set created by IBM data scientists.}. There
are 1470 rows.
}
\examples{
data(attrition)
str(attrition)
}
\keyword{datasets}
|