1/15
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
multiple linear regression
allows us to make predictions with multiple independent variables
MLR is a model of
a hypothetical model of the relationship between the outcome variable and at least two predictor variable
R2
proportion of variability in y explained by all the 2+ predictions
How good is the line/the model?
how well is the criterion variable y predicted by the predictor variables; want small SS Error
R2 is larger than
r2
R2 increasing does not equal
explains significantly more variance
R2 estimates the parameter
P2
R2 is a biased estimator because
it inflates and overestimates P2
what is a better point estimate of P2
R2 adjusted
How to test significance of R2
Omnibus F-stat; F = (SSR/dfR) / (SSE/dfE)
what does the slope covey
change in y with all other predictors being held constant
How good is each predictor?
how well does each predictor variable contribute to the model to help predict the criterion variable
how to test the significance of the slope
t-test; with df = N-k-1; b/sb
Is there a better model
compare “full" model” with all predictor variable of interest with a reduced model
significance test for the increase in explained variance, from the added variables
F-statistic; Fchange —> compare to Fcrti
assumption lack multicollinearity
should be no high inter correlations among two or more independent variable in a multiple regression mode