https://github.com/sfcheung/semlrtp
Likelihood ratio test p-values for structural equation modeling (SEM)
https://github.com/sfcheung/semlrtp
hypothesis-testing lavaan r r-package structural-equation-modeling
Last synced: 4 months ago
JSON representation
Likelihood ratio test p-values for structural equation modeling (SEM)
- Host: GitHub
- URL: https://github.com/sfcheung/semlrtp
- Owner: sfcheung
- License: gpl-3.0
- Created: 2024-02-27T14:18:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-06T00:00:37.000Z (over 1 year ago)
- Last Synced: 2026-01-26T17:42:05.976Z (5 months ago)
- Topics: hypothesis-testing, lavaan, r, r-package, structural-equation-modeling
- Language: R
- Homepage: https://sfcheung.github.io/semlrtp/
- Size: 9.71 MB
- Stars: 0
- Watchers: 1
- 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://github.com/sfcheung/semlrtp)
[](https://github.com/sfcheung/semlrtp/commits/main)
[](https://github.com/sfcheung/semlrtp/actions/workflows/R-CMD-check.yaml)
(Version 0.1.1.2, updated on 2025-02-06, [release history](https://sfcheung.github.io/semlrtp/news/index.html))
# semlrtp: Likelihood Ratio Test p-Values for Structural Equation Models 
This package is used for computing *LRT* *p*-*values*
for free parameters
in structural equation model using likelihood ratio test (LRT).
As demonstrated in the [Get-Started article](https://sfcheung.github.io/semlrtp/articles/semlrtp.html),
the LRT *p*-value has some advantages over the usual *p*-values
reported in SEM program.
However, it is not easy to compute
them because each *p*-value requires fitting one additional
model. We developed this package to make this process simple
and automatic such that it is practical to use LRT *p*-values
in most commonly interpreted parameters.
See [the Get-Started article](https://sfcheung.github.io/semlrtp/articles/semlrtp.html)
for a quick demonstration on how to use this package.
For more information on this package, please visit its GitHub page:
https://sfcheung.github.io/semlrtp/
# Installation
The stable version at CRAN can be installed by `install.packages()`:
```r
install.packages("semlrtp")
```
The latest developmental version of this package can be installed by `remotes::install_github`:
```r
remotes::install_github("sfcheung/semlrtp")
```
# Issues
If you have any suggestions and found any bugs, please feel
feel to open a GitHub issue [here](https://github.com/sfcheung/semlrtp/issues).
Thanks.