/RI-CLPM

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

Primary LanguageHTMLMIT LicenseMIT

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