-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathjig_dat.Rd
29 lines (29 loc) · 970 Bytes
/
jig_dat.Rd
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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{jig_dat}
\alias{jig_dat}
\title{JIG:SAW employee data.}
\format{
A tibble with 240 rows and 7 variables:
\describe{
\item{id}{employee ID}
\item{employee}{whether or not the employee works for JIG:SAW}
\item{job_type}{Categories of employee}
\item{footspeed}{Footspeed of the individual, miles per hour}
\item{strength}{Maximal push force of the individual, Newtons}
\item{vision}{Visual accuity}
\item{sex}{Biological sex of the individual}
}
}
\source{
\url{https://www.discoveringstatistics.com/books/an-adventure-in-statistics/}
}
\usage{
jig_dat
}
\description{
A dataset containing information about the characteristics of different groups of employees within
the corporation called JIG:SAW and non-employees. It is taken from Chapter 5 of Field, A. P. (2016). An adventure in statistics: the reality enigma. London: Sage.
}
\keyword{datasets}