what is the basis of multiple regression?
one outcome, multiple predictors
-> multiple variables (predictors) predict one outcome
what is R-squared
what is simple linear regression
how is multiple regression similar to simple regression?
BUT what is new for multiple regression?
R^2
tells us the estimate for our sample
-> will naturally overestimate the ‘real’ R^2 (in the population)
Adjusted R^2
estimate for the population (probably more accurate measure -> more likely to be accurate because it takes sample size into account
why is R adjusted?
what does the adjustment relate to?
sample size
-> generally the bigger the sample size, the less need for adjustment
should you report R^2 or adjusted?
report both
-> for simple regression as well
what if F ratio?
In multiple regression, a significant R squared tells us…
Unlike multiple regression, in simple regression
You know what variable(s) predict the outcome from the R-squared
The return of the B (characterises the relationship of a predictor)
what does B do?
Multiple Regression
how much variance.. does the overall model with the number of predictors account for
components in multiple regression
what is the issue with normal b’s?
affected by the distributions and type of score
-> can use them in an equation, but you can’t compare them especially if they are different measures and scores
what is the solution to the B issue?
standardised (make beta weighted) -> by turning B into standard deviation
-> standardised score is simply the number of standard deviations from the standardised mean of the scores (above or below)
-> you can compare how much each predictor is contributing to the prediction
-> by standardising b, it allows us to compare the analysis and contribution of each variable to the outcome in terms of standard deviations
what does b1 = 0.594 mean if beta is weighted?
as the predictor increases by one SD, the outcome increases by 0.594 of a standard deviation
-> Slope we can compare across different predictors
-> Beta telling us about the contribution of each individual predictor to the model - and usually they’re quite variable
how can we test whether each predictor is significant from zero or not?
a T-test
what is the output of a multiple regression?
what does the unstandardised value allow you to do?
be used within any equation
what does the standardised value allow us to do?
make comparisons across the predictor