p2.10 | 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:
in pounds
systolic blood pressure
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% CI for rho
# using Fisher's Z-transform
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.