
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Assignment; Class: Statistical Methods for Bioscience II; Subject: HORTICULTURE; University: University of Wisconsin - Madison; Term: Spring 2007;
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Stat/For/Hort 572 Larget January 24, 2007
Assignment #1 — Due Friday, February 2, 2007, by 4:00 P.M.
Turn in homework in lecture, discussion, or your TA’s mailbox. Please indicate the discussion section you expect to attend to pick up this assignment.
311: Tues. 1:00–2:15 312: Wed. 2:30–3:45 313: Wed. 1:00–2:
Bird 1 2 3 4 5 6 7 Wing length (mm) 79.0 80.0 81.5 84.0 79.5 82.5 83. Branch diameter (cm) 1.02 1.04 1.20 1.51 1.21 1.56 1.
(a) Plot the data. Does there appear to be a linear relationship between wing length and branch diameter? (b) Use R to fit a regression line and add it to the plotted data. Report the equation for the regression line. (c) Compute the correlation coefficient of the variables as well a the means and the standard deviations. Verify that the regression coefficients you found in part (b) satisfy the expected relationships with these sample statistics.
Work to do, but not turn in.
Year = c(1800,1850,1900,1950,2000)
My recommendation is to save precious key strokes over your lifetime (you are given a finite number!) and use = for assignment, the convention in almost every other programming language as well.