Recently Published
Interpreting Multiple Regression: t-tests, Model Fit, and What the Results Mean
This document develops a deeper understanding of how to interpret multiple regression models.
It focuses on:
- testing individual predictors using t-tests
- interpreting coefficients in the presence of other variables
- understanding why variables may appear important on their own but not in a multiple model
- comparing overall model fit using R^2 and adjusted R^2
- drawing meaningful conclusions from regression output
The aim is to move from simply reading regression tables to understanding what the results imply about relationships in real data.
Interpreting Multiple Regression Models: t-tests, Model Fit, and Limitations
This document focuses on interpreting the results of multiple regression models.
It covers:
- hypothesis testing for individual coefficients using t-tests
- interpreting p-values in a multivariate setting
- understanding the difference between R^2 and adjusted R^2
- why predictors may lose significance in multiple regression
- how to connect statistical results to meaningful conclusions
The goal is to develop a clear understanding of what regression results do, and do not, tell us about relationships in data.
Document
This document continues the introduction to regression analysis using a real dataset on homework deadlines and student performance. It focuses on interpreting regression results, evaluating the strength of relationships using R^2, testing for statistical significance using the F-test, examining the ANOVA table, and using the fitted regression model to make predictions.
Document
An introductory tutorial on simple linear regression in R using a real dataset on homework time and student performance. The document covers scatterplots, regression modelling, residuals, R^2, hypothesis testing, and prediction.
MultipleRegression
Lecture Material week 5
regression
Answering Social Research Questions with Statistical Models
SOST20131/SOST30031
week_4 lecture material: Regression Modelling
Simple Regression
A brief introduction to regression modelling