Stage 2

Member Training: Introduction to Binary Logistic Regression

December 3rd, 2024 by

Binary logistic regression is one of the most useful regression models. It allows you to predict, classify, or understand explanatory relationships between a set of predictors and a binary outcome.
(more…)


Regression Models: How do you know you need a polynomial term?

November 18th, 2024 by

You might be surprised to hear that not only can linear regression fit lines between a response variable Y and one or more predictor variables, X, it can fit curves too. There are many ways to do this, but the simplest is by adding a polynomial term.

So what is a polynomial term and how do you know you need one?

The linear parameters in a regression model

A linear regression model has a few key parameters. These include the intercept coefficient, the slope coefficient, and the residual variance.

That intercept defines the height of the regression line. It does so by measuring the height of the line at one specific point: when all X = 0.

The slope defines how much Y differs, on average, for each one unit difference in X. In other words, it measures the constant relationship between X and Y. Yes, there can be multiple Xs and each one has its own slope.

A polynomial term–a quadratic (squared) or cubic (cubed) term turns a linear regression model into a curve.

(more…)


Member Training: Types of Longitudinal, Repeated Measures, and Time Series

October 2nd, 2024 by

How do you know when to use a time series and when to use a linear mixed model for longitudinal data?

What’s the difference between repeated measures data and longitudinal?
(more…)


Member Training: Linear Regression in SPSS (Tutorial)

March 29th, 2024 by

Stage 2Regression is one of the most common analyses in statistics. Most of us learn it in grad school, and we learned it in a specific software. Maybe SPSS, maybe another software package. The thing is, depending on your training and when you did it, there is SO MUCH to know about doing a regression analysis in SPSS.

(more…)


Member Training: Effective File and Process Management in Statistical Projects

January 31st, 2024 by
Do you ever wish your data analysis project were a little more organized?Stage 2

(more…)


Member Training: Group Comparisons

August 31st, 2023 by

How do you know which method to use when you want to compare groups?
(more…)