Topic 9 - Simple Regression Flashcards
1
Q
What does regression analysis do
A
- Used to study the relationship between two variables
- Explaining y in terms of x etc
2
Q
What are the dependent and independent variables in regression analysis
A
- Dependent: The variable we wish to explain
- Independent: The variable used to explain the dependent variable
3
Q
What is the linear regression model and explain each component
A
- Y(i) = Beta(0) + Beta(1) * x(i) + epsilon(i)
- Beta(0) = population intercept
- Beta(1) = population slope coefficient
- x(i) = independent variable
- epsilon(i) = random error term
4
Q
A