Advanced Research Methods Lecture Flashcards
Exploratory Factor Analysis (EFA)
Purpose: To describe patterns of correlations in a dataset and identify variables that "go together" to measure underlying psychological traits (constructs).
Core Concepts:
Vectors: Variables can be visualized as lines in a space; the angle between them represents their correlation.
Eigenproblem: Mathematically finding weights () to produce a vector (scale score) with the largest possible variance.
Eigenvector: A set of weights (loadings) indicating an item's importance to a factor.
Eigenvalue: The amount of variance captured by a factor. Total variance in a set is equal to the number of variables (standardized).
Assessment of Factorability:
Internal correlations should reach > 0.3.
Kaiser-Meyer-Olkin (KMO): Measures the proportion of variance shared among variables. Should be at least .
Bartlett's Test of Sphericity: Tests the null hypothesis that the correlation matrix is an identity matrix. Needs to be significant (p < 0.05).
Anti-image Correlation Matrix: Diagonals (Measure of Sampling Adequacy) should be > 0.5; off-diagonals (partial correlations) should be low.
Determining the Number of Factors:
Kaiser’s Criterion: Retain factors with Eigenvalues > 1.
Scree Plot: Look for the "elbow" where eigenvalues drop off significantly.
Parallel Analysis Test (PAT): A monte-carlo simulation comparing the data's eigenvalues against those generated from random data. If the real eigenvalue is greater than the 95th percentile of random samples, it is considered significant.
Extraction Methods:
Principal Components Analysis (PCA): Used to summarize or describe patterns of association; analyzes total variability.
Common Factor Analysis (e.g., Principal Axis Factoring - PAF): Used to identify latent traits; analyzes only shared variance (communalities).
Rotation:
Orthogonal (Varimax): Forces factor vectors to remain at right angles (); assumes factors are uncorrelated.
Oblique (Direct Oblimin): Allows factor vectors to be correlated. If factor correlations are low (< 0.3), the simpler orthogonal solution is often preferred.
Interpretation and Refinement:
Simple Structure: Each factor should have several high loadings and several low loadings. Each variable should ideally load on only one factor.
Loadings Cutoff: Usually set at for practical significance.
Communalities: If a variable has low extraction communality, it isn't well-explained by the factor structure.
Multiple Linear Regression (MLR)
Concepts of Covariation: MLR examines how variables vary together. The correlation coefficient is standardized; represents shared variance.
Standardized () vs. Unstandardized () Coefficients:
: Change in the criterion per 1-unit change in the predictor in original units.
: Change in the criterion in Standard Deviation units per 1 SD change in the predictor. In simple regression, .
MLR Equation:
Model Significance:
Multivariate R: Correlation between observed and predicted .
: Proportion of total variance in the DV explained by the set of IVs.
Adjusted : Corrects for sample size and number of predictors to estimate population variance.
F-test: Tests whether is significantly greater than zero.
Unique Contribution:
Squared Semi-partial Correlation (): The amount of variance in the DV uniquely explained by a single IV after controlling for all other IVs in the model.
Hierarchical Models: Entering variables in "Blocks" to see if a second set explains significantly more variance than the first. Checked via the " Change" and "F Change" statistics.
Regression Diagnostics and Robustness
Linearity: Visual check of residual scatterplots (ZPRED vs. ZRESID). Look for lack of curved shapes.
Homoscedasticity: Variance of residuals should be consistent across all levels of predicted values. Violation looks like a "fan" or "butterfly" shape.
Normality of Residuals: Residuals () should be normally distributed. Check via histograms/P-P plots.
Outliers:
SDR (Studentized Deleted Residuals): High residual values on the Y-axis. Calculate p-value via t-distribution with .
Leverage (Mahalanobis Distance): Unusual combinations of predictor scores. Distributes as with .
Influence (Cook's Distance): Impact of a case on the total solution. Generally, values > 1 are concerning.
Multicollinearity and Singularity:
Tolerance: (for predicting that IV from all other IVs). Low values mean high overlap.
VIF (Variance Inflation Factor): Reciprocal of tolerance. High values (> 10) indicate problematic inflation of standard errors.
Singularity: Perfect correlation (), often caused by using subscales and totals in the same model.
Suppressor Variables: A variable that is uncorrelated with the DV but correlates with another IV, removing irrelevant variance (noise) and making the first IV a stronger predictor. Signs include a higher than the bivariate , or a change in the direction of a relationship when the suppressor is added.
Bootstrapping: A non-parametric reshuffling method to estimate standard errors and confidence intervals. It does not assume normality of residuals. If the 95% confidence interval for a does not span zero, it is significant.
Missing Data:
MCAR (Missing Completely at Random): No pattern; safe to use listwise deletion.
MAR (Missing at Random): Missingness depends on other IVs but not the DV.
MNAR (Missing Not at Random): Missingness depends on the DV itself; creates bias.
Little’s MCAR Test: Significant results (p < 0.05) indicate data are NOT missing completely at random.
Mediation and Moderation
Mediation (): Testing if an intervening variable (M) explains the mechanism behind the relationship between X and Y.
Baron & Kenny Steps:
X predicts Y (path c).
X predicts M (path a).
M predicts Y, controlling for X (path b).
X no longer predicts Y significantly (path c’).
Sobel Test: Specifically tests whether the "indirect effect" () is significantly greater than zero.
Full vs. Partial: Partial mediation occurs when X still predicts Y significantly, but the effect size is reduced after adding M.
Moderation: Testing if the relationship between X and Y depends on the level of a third variable (Z). It is an interaction effect.
Equation: .
Centering: To avoid multicollinearity between main effects and the product term, subtract the mean from IVs before multiplying them.
Simple Slopes: Finding the effect of the IV at high () and low () levels of the moderator.
Categorical Variables and Logistic Regression
Dummy Coding: Representing categorical variables in regression using binary (0/1) codes. A variable with categories requires dummy variables.
ANCOVA (Analysis of Covariance): Predicting a continuous DV from categorical IVs while controlling for a continuous covariate (reducing error variance).
MANOVA: Predicting multiple continuous DVs from categorical IVs. Uses Wilks’ Lambda () for multivariate significance testing.
Logistic Regression: Used when the DV is categorical (Dichotomous/Binomial or Multicategorical/Multinomial).
Odds: .
Odds Ratio (Exp(B)): The factor by which the odds change for a 1-unit increase in the predictor. Values > 1 increase odds; values < 1 decrease odds (use reciprocal for easier interpretation).
Logit: The natural log of the odds (), which is linearly related to the predictors.
Assumptions: Independence of observations, mutually exclusive categories, large sample size. No normality/homoscedasticity assumption for predictors.
Classification Accuracy:
Sensitivity: Hit rate for the target category.
Specificity: Correct rejection rate for the reference category.
ROC Analysis (Receiver Operating Characteristic): A curve plotting Sensitivity against $1 - \text{Specificity}$ for every possible cutoff point. The "Area Under the Curve" (AUC) indicates overall model power; researchers use the curve to find the optimal cutoff for their specific needs (balancing false positives vs. false negatives).