Latent Growth Model

A latent growth model is a specialized latent variable model for application to panel data. Alternative names for these methods are growth curve modeling and latent growth curve analysis.


Description

This model is used for panel analysis. Notably there must be a significant number of time periods; 3 at minimum. Additionally, this type of model cannot handle 'gaps' in measurements over time, or non-uniform time periods.

A good starting point for modeling with panel data is the pooled OLS model. This model builds upon weaknesses of that methodology.

In particular, this model is useful when the measured outcomes feature time-dependent accumulation or inertia. A classical model is designed to be stationary; if all predictors are 0, then the estimated outcome reverts to the intercept as a reversionary level. In contract, some outcomes are expected to carry some growth or at least directionality from prior time periods. This growth pattern will be modeled as a latent variable.

Another weakness of the classical models in this application is that the repeated measurements are expected to be correlated. Fixed effects models are another method for correcting this, but are themselves also a stationary model.

The first level model estimates individuals' growth over time as yit = biT + ai. Every individual i has a different intercept a and slope b. In the first time period (t=0), biT cancels out and the estimate ŷ is simply the intercept. For every subsequent time period, the slope is accumulated.

These slopes and intercepts vary across individuals, and can be described by overall averages and variances.

This is fit into the more general framework of SEM like:

sem1.svg

These loadings are expressed as Λ = [1 1 1 1; 0 1 2 3].

Then the covariance of error terms is introduced like:

sem2.svg

It is possible to extend the first level model with quadratic or cubic growth rates (i.e., T2, T3) if there are high numbers of time periods. The quadratic term's loadings would be expressed as [0 1 4 9].

The second level model estimates the individuals' latent initial status and latent growth rate in terms of individual-level predictors.

Latent growth models are essentially the same as multilevel models with random intercepts and random slopes.


Reading Notes


CategoryRicottone

Psychology/LatentGrowthModel (last edited 2025-06-07 00:20:55 by DominicRicottone)