0% found this document useful (0 votes)
25 views1 page

STAT 357 Homework #1

The document outlines the first homework assignment for STAT 357, due on February 3, which involves analyzing data from a study on white spruce trees. Students are required to perform various statistical tasks using R, including creating histograms, calculating means and standard deviations, constructing scatterplots, and determining regression lines. Additionally, the assignment includes questions related to simple linear regression models from a statistics textbook.

Uploaded by

Kyle Fagioli
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views1 page

STAT 357 Homework #1

The document outlines the first homework assignment for STAT 357, due on February 3, which involves analyzing data from a study on white spruce trees. Students are required to perform various statistical tasks using R, including creating histograms, calculating means and standard deviations, constructing scatterplots, and determining regression lines. Additionally, the assignment includes questions related to simple linear regression models from a statistics textbook.

Uploaded by

Kyle Fagioli
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

STAT 357: Homework #1

Due: Thursday, February 3

1. In forestry, the diameter of a tree at breast height (which is fairly easy to measure) is commonly used to estimate
the height of the tree (which can be difficult to measure). Silviculturists working in British Columbia’s boreal
forest conducted a series of spacing trials to predict the heights of several species of trees.
The data file WHITESPRUCE.csv, which can be found on our course Moodle page, contains the breast height
diameter (in centimetres) and heights (in metres) for a sample of 36 white spruce trees.

a. Use R to open the data and construct a histogram for the height variable. How would you describe the
shape of the histogram?
b. Calculate the mean and standard deviation for the heights and breast height diameters of the sampled
white spruce trees.
c. Construct a scatterplot relating breast height diameter (x) and height (y). How would you describe the
relationship between diameter and height?
d. Determine the least squares regression line relating breast height diameter to height. Give a practical
interpretation of the slope and y-intercept of the line (if possible).
e. Plot the least squares regression line with the data.

2. Consider a simple linear regression model in the form

y = β0 + β1 x + ε

where the intercept β0 is known.

a. Find the least-squares estimator of β1 for this model.


b. Is the least-squares estimator found in part a. an unbiased estimator of β1 ?
c. What is the variance of the least-squares estimator of β1 found in part a?

From Mendenhall & Sincich, A Second Course in Statistics: Regression Analysis (8th Edition):

3. Chapter 3, Question 6

4. Chapter 3, Question 19 (a)

5. Chapter 3, Question 10

You might also like