knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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_critique_2015, and the Stable Trait Autoregressive Trait State Model (STARTS) by @kenny_trait-state-error_1995 and @kenny_trait-state_2001. It implements the strategy as proposed by @mulder_power_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") devtools::install_github("jeroendmulder/powRICLPM")
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.