Skip to content

The Random Intercept-Cross Lagged Panel Model with extensions. Code provided for Mplus and Lavaan (R).

License

Notifications You must be signed in to change notification settings

linakramerr/RI-CLPM

 
 

Repository files navigation

RI-CLPM & Extensions

Here we provide Lavaan-code and Mplus syntax for the increasingly popular Random-Intercept Cross-Lagged Panel Model, as well as some popular extensions.

Prerequisites

If you want to run the model in Lavaan, you need to install and load the Lavaan-package in R.

install.packages('lavaan', dependencies = T)
require(lavaan)

If you want to run the model using Mplus, you can purchase the software package at http://statmodel.com/.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

The Random Intercept-Cross Lagged Panel Model with extensions. Code provided for Mplus and Lavaan (R).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 99.5%
  • HTML 0.5%