powRICLPM
is an R package that aids researchers with
performing a power analysis for the random intercept cross-lagged panel
model (RI-CLPM) by Hamaker, Kuiper, and Grasman (2015), and the Stable
Trait Autoregressive Trait State Model (STARTS) by Kenny and Zautra
(1995) and Kenny and Zautra (2001). It implements the strategy as
proposed by Mulder (2023). Its main functionalities include:
powRICLPM
can perform power analyses across multiple
experimental conditions simultaneously, and report the results back in a
user-friendly manner.powRICLPM
can create Mplus syntax,
and run the power analyses in Mplus.There are four sources of documentation for
powRICLPM
:
?function_name
in
the R console (e.g., ?powRICLPM
). Here, you can find
explanations on how to use the functions, as well as technical
details.vignette(package = "powRICLPM")
.To install the development version of powRICLPM
,
including the latest bug fixes and new features, run:
install.packages("devtools")
::install_github("jeroendmulder/powRICLPM") devtools
To install the latest release of powRICLPM
from CRAN,
run:
install.packages("powRICLPM")
powRICLPM
You can cite the R-package with the following citation:
Mulder, J.D., (2023). Power analysis for the random intercept cross-lagged panel model using the powRICLPM R-package. Structural Equation Modeling: A Multidisciplinary Journal, 30(4), 645-658. https://doi.org/10.1080/10705511.2022.2122467
If you have ideas, comments, or issues you would like to raise, please get in touch.