Correlation & Regression Flashcards
How do we get the proportion of explained variance from two continuous variables?
Correlate the two variables and square it
Why can’t we just use covariance?
Not standardised
what do you have to do to a correlation first in order to test for significance?
Convert to a t score
What does 1 - r^2 represent?
unexplained variance
What does a partial correlation do?
Examines the correlations between variables x, y and a confound z in order to remove or control for the variable z
What differences are there between a partial correlation and a covariance analysis
In C.A the independent variables are categorical.
ANCOVA is also a linear model while P.C is using correlations
What do the B’s stand for in model’s?
Parameter estimates
What assumptions does regression operate under?
Sensitivity (to outliers)
Homoscedasticity ( variance of residuals should be equal across all expected values)
What can be used in order to control for outliers? (3)
Cook’s distance (<1)
Mahalonobis (<11 at N= 30)
Laverage ( The average leverage value is defined as (k + 1/n)
How do you test for homoscedacticity?
Look at scatterplot of standardised: expected values x residuals. Roughly round shape is needed
In the equation for regression, what does b1 represent?
The regression slope
In the equation for regression, what does b0 represent?
The intercept of the regression slope and the y axis
What t test is used for regression?
One sample t test of b1
What is meant by the covariance?
the averaged sum of combined deviations.
What formulas can be used in r for correlations and covariances?
- cor(x, y, “everything”, “pearson”)
* cov(x, y, “everything”, “pearson”)