In a regression line equation y=a+bx, how do you interpret the value of b in context?
b is the gradient.Interpretation: For every 1 unit increase in x, the value of y changes by b.
Which variable must be plotted on the x-axis of a scatter diagram?
The Independent (or Explanatory) variable.This is the variable that is set or controlled by the researcher.
When is a linear regression model appropriate for a set of data?
1. The scatter diagram shows a linear trend (points lie roughly along a straight line).2. The PMCC (r) is close to 1 or -1.
When calculating the regression line of y on x, which variable must be the independent (explanatory) variable?
x must be the independent (explanatory) variable.
What is the first step to calculate Sxx given sum data (e.g., ∑x, ∑x2)?
Use the summary statistic formula:Sxx=∑x2−n(∑x)2
How do you interpret the value b in the regression equation y=a+bx in context?
It is the change in y for every unit increase in x."For every extra [unit of x], the [variable y] increases/decreases by [b]."
When is the regression constant a (the y-intercept) physically meaningless in a real-world context?
When x=0 lies far outside the range of the observed data, or when having x=0 is impossible in reality (e.g., height of a human with age 0).
True or False?The regression line of y on x (y=a+bx) can be used to predict a value of x given a value of y.
❌ FalseThis line is specifically minimized for vertical distances (errors in y). To predict x from y, you would need to calculate the regression line of x on y (which is a different line), or rearrange the formula algebraically (though this is less accurate than the proper x on y line).
When is a prediction made using a regression line considered reliable?
When the value of the independent variable (x) used for prediction lies within the range of the original data (Interpolation).