https://github.com/yangzhen1999/semboottools
A collection of helper functions for forming bootstrapping confidence intervals and examining bootstrap estimates in structural equation modelling.
https://github.com/yangzhen1999/semboottools
bootstrap bootstrap-confidence-intervals r-package standardized standardized-effect-size structural-equatin-modeling
Last synced: 4 months ago
JSON representation
A collection of helper functions for forming bootstrapping confidence intervals and examining bootstrap estimates in structural equation modelling.
- Host: GitHub
- URL: https://github.com/yangzhen1999/semboottools
- Owner: Yangzhen1999
- License: gpl-3.0
- Created: 2025-03-07T04:28:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-04T00:03:14.000Z (5 months ago)
- Last Synced: 2026-02-04T12:18:14.308Z (5 months ago)
- Topics: bootstrap, bootstrap-confidence-intervals, r-package, standardized, standardized-effect-size, structural-equatin-modeling
- Language: R
- Homepage: https://yangzhen1999.github.io/semboottools/
- Size: 11.5 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://lifecycle.r-lib.org/articles/stages.html#stable)
[](https://www.repostatus.org/#active)
[](https://CRAN.R-project.org/package=semboottools)
[](https://cran.r-project.org/package=semboottools)
[](https://github.com/Yangzhen1999/semboottools)
[](https://github.com/Yangzhen1999/semboottools/commits/main)
[](https://github.com/Yangzhen1999/semboottools/actions/workflows/R-CMD-check.yaml)
(Version 0.1.2, updated on 2026-01-25, [release history](https://Yangzhen1999.github.io/semboottools/news/index.html))
# semboottools: Bootstrapping Helpers For Structural Equation Modelling
A collection of helper functions for
forming bootstrapping confidence
intervals and examining bootstrap
estimates in structural equation
modelling. An introduction to the
package can be found in the following
manuscript:
- Yang, W., & Cheung, S. F. (2026). Forming bootstrap confidence intervals and examining bootstrap distributions of standardized coefficients in structural equation modelling: A simplified workflow using the R package semboottools. *Behavior Research Methods, 58*(2), 38.
You can learn more about this package at the
[Github page](https://Yangzhen1999.github.io/semboottools/) of this
package.
An illustration of what this package can
do can be found in the following Get-Started
vignette:
# Installation
Stable release versions of this package
can be installed from CRAN:
```r
install.packages("semboottools")
```
The latest developmental version of this
package can be installed by `remotes::install_github`:
```r
remotes::install_github("Yangzhen1999/semboottools")
```
# Issues
If you have any suggestions and found any
bugs, please feel free to open a GitHub
issue. Thanks.