1
2
3
4
5
#

Name:

Description:

The Davis data frame has 200 rows and 5 columns. The subjects were men and women engaged in regular exercise. There are some missing data.

Variables:

This data frame contains the following columns:

sex

A factor with levels: F, female; M, male.

weight

Measured weight in kg.

height

Measured height in cm.

repwt

Reported weight in kg.

repht

Reported height in cm.

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Personal communication from C. Davis, Departments of Physical Education and Psychology, York University.

References

Davis, C. (1990) Body image and weight preoccupation: A comparison between exercising and non-exercising women. Appetite, 15, 13–21.

Fox, J. (2016) Applied Regression Analysis and Generalized Linear Models, Third Edition. Sage.

Fox, J. and Weisberg, S. (2019) An R Companion to Applied Regression, Third Edition, Sage.

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Self-Reports_of_Height_and_Weight_118_82.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.