This project is associated with the following manuscript:
Cheung, S. F., & Pesigan, I. J. A. (2023). *semlbci*: An r package for forming likelihood-based confidence intervals for parameter estimates, correlations, indirect effects, and other derived parameters. *Structural Equation Modeling: A Multidisciplinary Journal*, *30*(6), 985-999. https://doi.org/10.1080/10705511.2023.2183860
The CRAN version can be installed in R:
```r
install.packages("semlbci")
```
The latest stable version of `semlbci` can be installed from GitHub:
```r
# Install the `remotes` package first
remotes::install_github("sfcheung/semlbci")
```
The website of `semlbci` with documentation and examples:
[https://sfcheung.github.io/semlbci/](https://sfcheung.github.io/semlbci/)
All source files of examples in the manuscript can be downloaded from [the `examples` folder](https://osf.io/b9a2p/files/osfstorage).
Technical appendices on the implementation can be found from [the `technical_appendices` folder](https://osf.io/b9a2p/files/osfstorage).
The latest simplified versions of the appendices can be found at the GitHub page:
[Technical Appendices](https://sfcheung.github.io/semlbci/articles/)
Please refer to [README.md][1] for a description of other files.
[1]: https://osf.io/ywf23/