p5.22 {MPV} | R Documentation |
Data Set for Problem 5-22
Description
The p5.22
data frame has 18 observations on
2 variables.
Usage
data(p5.22)
Format
This data frame contains the following columns:
- Temp
a numeric vector
- Density
a numeric vector
Source
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2021) Introduction to Linear Regression Analysis. 6th Edition, John Wiley and Sons.
Examples
anova(lm(Density ~ Temp, data = p5.22))
[Package MPV version 1.63 Index]