powered by
The energy data frame has 22 rows and 2 columns. It contains data on the energy expenditure in groups of lean and obese women.
energy
This data frame contains the following columns:
expend
a numeric vector, 24 hour energy expenditure (MJ).
stature
a factor with levels lean and obese.
lean
obese
plot(expend~stature,data=energy)
Run the code above in your browser using DataLab