p2.10 {MPV} | R Documentation |
The p2.10
data frame has 26 observations on weight and
systolic blood pressure for randomly selected males in the 25-30
age group.
data(p2.10)
This data frame contains the following columns:
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2001) Introduction to Linear Regression Analysis. 3rd Edition, John Wiley and Sons.
data(p2.10) attach(p2.10) cor.test(weight, sysbp, method="pearson") # tests rho=0 # and computes 95 # using Fisher's Z-transform