An Introduction to Interaction Effects in SEM’s using ModSEM

Author

Kjell S Slupphaug

Published

November 10, 2023

1 About

This is a book written using bookdown. It is meant as an introduction to estimating latent interactions using the ModSEM package. See https://github.com/Kss2k/modsem

1.1 Usage

The ModSEM package allows you to use a wide variety of methods for estimating latent interactions. The ModSEM package is mainly a package for using different product indicator based approached, but it also allows you to use the latent moderated structural equations approach (LMS) and Quasi Maximum Likelihood (QML) approach.

To install ModSEM:

# Latest release version from CRAN 
install.packages("modsem")

# Latest development version from GitHub
install.packages("devtools")
devtools::install_github("kss2k/modsem")