You are currently viewing a sample of the Cram Kit. Click here to unlock everything.
Simple Linear Regression creates a line of best fit (a.k.a. "regression line") to represent the relationship between predictor variable(s) and a response variable.
Scenario: Crammer Nation University wants to develop a regression equation to predict the "Number of Recruits" a given fraternity will receive this rush season given the "Parties Thrown" by the fraternity last year. They take a random sample of 52 fraternities on campus, resulting in the regression output below.


y-hat is the predicted value ("Number of Recruits") given an x1 value ("Parties Thrown").
b0 is the y-intercept.
b1 is the change in predicted response ("Number of Recruits") for each unit +/- in x1 ("Parties Thrown").
x1 is the value for the first (i.e. "1") predictor variable.
b0 = 85.8312
b1 = 20.5313
y-hat = 85.8312 + 20.5313(x1)
Scenario: Delta Apple Pi threw 3 parties last year. Based on your linear regression, how many recruits do you predict they'll receive this rush season?
x1 = 3
y-hat = 85.8312 + 20.5313(x1)
y-hat = 85.8312 + 20.5313(3)
y-hat = 85.8312 + 61.5939
y-hat = 147.4251
Answer: If Delta Apple Pi threw 3 parties last year, we can predict they'll receive 147.4251 recruits this rush season!
Our sample regression is our estimate of what the population regression actually equals!

y-hat is our estimate of what the actual mean response (µy) is at given predictor values.
b0 is our estimate (with our sample) of the actual y-intercept for the population.
b1 is our estimate (with our sample) of the actual change in predicted mean response for each unit +/- in our predictor variable.

µy is the population's mean response to given predictor variable values.
β0 is the actual y-intercept for the population's regression.
β1 is the actual change in the population's mean response for each unit +/- in our predictor variable.
We can never know the true population regression... so we do our best and gather a sample from the population to develop a regression line!
0 of 3 Questions completed
Questions:
You have already completed the practice exercise before. Hence you can not start it again.
Practice Exercise is loading…
You must sign in or sign up to start the practice exercise.
You must first complete the following:
0 of 3 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Your university wants to predict the “Attendance” at a student organization’s event based on the “Social Media Posts” made by that organization in the weeks leading up to the event. They sample 30 student organizations and their events over the semester, running the numbers through regression analysis.
Make the prediction for sign-ups when a student organization has posted 3 times over the past week.

Predicted Sign-Ups:
Your university wants to predict the “Sign-Ups” at a student organization receives at mega fair based on the social media “Posts” made by that organization throughout the semester. They sample 30 student organizations, resulting in the following regression analysis.
Select the choices that represent the population regression equation.

Your university wants to predict the “Attendance” at a student organization’s event based on the “Social Media Posts” made by that organization in the weeks leading up to the event. They sample 30 student organizations and their events over the semester, running the numbers through regression analysis.
Select the choices that represent the prediction regression equation.

