normtemp | R Documentation |
A data set used to investigate the claim that “normal” temperature is 98.6 degrees.
data(normtemp)
A data frame with 130 observations on the following 3 variables.
normal body temperature
Gender 1 = male, 2 = female
Resting heart rate
Is normal body temperature 98.6 degrees Fahrenheit? This dataset was constructed to match data presented in an are article intending to establish the true value of “normal” body temperature.
This data set was contributed by Allen L. Shoemaker to the Journal of Statistics Education, http://jse.amstat.org/datasets/normtemp.txt.
Data set is simulated from values contained in Mackowiak, P. A., Wasserman, S. S., and Levine, M. M. (1992), "A Critical Appraisal of 98.6 Degrees F, the Upper Limit of the Normal Body Temperature, and Other Legacies of Carl Reinhold August Wunderlich," Journal of the American Medical Association, 268, 1578-1580.
data(normtemp) hist(normtemp$temperature) t.test(normtemp$temperature,mu=98.2) summary(lm(temperature ~ factor(gender), normtemp))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.