knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

powRICLPM

CRAN status R-CMD-check CRAN RStudio mirror downloads

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:

Documentation

There are four sources of documentation for powRICLPM:

Installation

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")

Citing 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

Contact

If you have ideas, comments, or issues you would like to raise, please get in touch.

References



JeroenDMulder/powRICLPM documentation built on Oct. 27, 2024, 5:55 p.m.