BGSall {alr3} | R Documentation |
Data from the Berkeley guidance study of children born in 1928-29 in Berkeley, CA. BGSall contains all the data, BGSboys the boys only, and BGSgirls the girls only.
This data frame contains the following columns:
0 = males, 1 = females
Age 2 weight (kg)
Age 2 height (cm)
Age 9 weight (kg)
Age 9 height (cm)
Age 9 leg circumference (cm)
Age 9 strength (kg)
Age 18 weight (kg)
Age 18 height (cm)
Age 18 leg circumference (cm)
Age 18 strength (kg)
Somatotype, a 1 to 7 scale of body type.
Tuddenham, R. D. and Snyder, M. M. (1954). Physical Growth of California Boys and Girls from Birth to Eighteen years. Univ. of Calif. Publications in Child Development, 1, 183-364.
S. Weisberg (2005). Applied Linear Regression, 3rd edition. New York: Wiley, Problem 3.1.
head(BGSall) head(BGSboys) head(BGSgirls)