semlrtp
Likelihood ratio test p-values for structural equation modeling (SEM)
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.7%) to scientific vocabulary
Keywords
Repository
Likelihood ratio test p-values for structural equation modeling (SEM)
Basic Info
- Host: GitHub
- Owner: sfcheung
- License: gpl-3.0
- Language: R
- Default Branch: main
- Homepage: https://sfcheung.github.io/semlrtp/
- Size: 9.71 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
(Version 0.1.1.2, updated on 2025-02-06, release history)
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, 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 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. Thanks.
Owner
- Name: Shu Fai Cheung
- Login: sfcheung
- Kind: user
- Location: Macao
- Company: University of Macau
- Website: https://blogonresearch.github.io/
- Repositories: 36
- Profile: https://github.com/sfcheung
GitHub Events
Total
- Issues event: 2
- Issue comment event: 3
- Push event: 9
- Pull request event: 6
Last Year
- Issues event: 2
- Issue comment event: 3
- Push event: 9
- Pull request event: 6
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Shu Fai Cheung | s****g@g****m | 99 |
| Hok Chio (Mark) Lai | m****c@g****m | 4 |
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 18
- Total pull requests: 49
- Average time to close issues: 18 days
- Average time to close pull requests: 11 minutes
- Total issue authors: 2
- Total pull request authors: 2
- Average comments per issue: 0.39
- Average comments per pull request: 0.02
- Merged pull requests: 47
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 6
- Average time to close issues: about 2 hours
- Average time to close pull requests: 33 minutes
- Issue authors: 1
- Pull request authors: 2
- Average comments per issue: 1.0
- Average comments per pull request: 0.17
- Merged pull requests: 6
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- sfcheung (13)
- marklhc (3)
Pull Request Authors
- sfcheung (83)
- marklhc (4)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 494 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: semlrtp
Likelihood Ratio Test P-Values for Structural Equation Models
- Homepage: https://sfcheung.github.io/semlrtp/
- Documentation: http://cran.r-project.org/web/packages/semlrtp/semlrtp.pdf
- License: GPL (≥ 3)
-
Latest release: 0.1.1
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- actions/checkout v4 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- JamesIves/github-pages-deploy-action v4.5.0 composite
- actions/checkout v4 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- R >= 4.0.0 depends
- lavaan * imports
- utils * imports
- knitr * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests