README.md

powerNLSEM

This is an R package to conduct the model-implied simulation-based power estimation (MSPE) procedures to find the minimum sample size for a given power within a nonlinear Structural Equation Model (NLSEM) for several parameters of interest (POI).

Install the Latest Working Version from Github

This requires the package devtools.

```{r, eval=FALSE} install.packages("devtools") devtools::install_github("jpirmer/powerNLSEM", build_vignettes = TRUE)


Use `build_vignettes = T` to be able to see the documentation linked in "Getting Started". 


### Install the Submitted Version from GitHub

#### 2024
If you wish to install the version of the package as it was submitted in 2024, please use

```{r, eval=FALSE}
install.packages("devtools")
devtools::install_github("jpirmer/powerNLSEM", build_vignettes = TRUE, 
                         ref = "Submitted2024")

Submitted2024 is the branch name.



Try the powerNLSEM package in your browser

Any scripts or data that you put into this service are public.

powerNLSEM documentation built on Sept. 27, 2024, 5:10 p.m.