Policie {mffSM} | R Documentation |
Simulated data on 50 police (“policie” in Czech) applicants.
Data are used for some illustrations in the book Regrese by Karel Zvára (Zvára, 2008). Data have been simulated such that the main characteristics are similar to the characteristics of a similar dataset used in Weisberg (2005).
data(Policie)
A data.frame
with 50 rows and the following variables.
reaction time [s] to a certain stimulus
height [cm] of an applicant
weight [kg] of an applicant
percentage of the applicant's body fat
resting pulse of an applicant
diastolic blood pressure [mm Hg] of an applicant
http://msekce.karlin.mff.cuni.cz/~zvara/regrese/kniha/R.ZIP
Weisberg, S. (2005). Applied Linear Regression, Third Edition. Hoboken: John Wiley and Sons. ISBN 0-471-66379-4.
Zvára, K. (2008). Regrese. Praha: Matfyzpress. ISBN 978-80-7378-041-8.
data(Policie) summary(Policie)