semlrtp

Likelihood ratio test p-values for structural equation modeling (SEM)

https://github.com/sfcheung/semlrtp

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

hypothesis-testing lavaan r r-package structural-equation-modeling
Last synced: 6 months ago · JSON representation

Repository

Likelihood ratio test p-values for structural equation modeling (SEM)

Basic Info
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Topics
hypothesis-testing lavaan r r-package structural-equation-modeling
Created almost 2 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog License

README.md

Lifecycle: stable Project Status: Active - The project has reached a stable, usable state and is being actively developed. Code size Last Commit at Main R-CMD-check <!-- badges: end -->

(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

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

All Time
  • Total Commits: 103
  • Total Committers: 2
  • Avg Commits per committer: 51.5
  • Development Distribution Score (DDS): 0.039
Past Year
  • Commits: 103
  • Committers: 2
  • Avg Commits per committer: 51.5
  • Development Distribution Score (DDS): 0.039
Top Committers
Name Email 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
enhancement (13) documentation (1) low priority (1)
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

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 494 Last month
Rankings
Dependent packages count: 28.7%
Dependent repos count: 35.4%
Average: 50.1%
Downloads: 86.3%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • 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
.github/workflows/pkgdown.yaml actions
  • 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
DESCRIPTION cran
  • R >= 4.0.0 depends
  • lavaan * imports
  • utils * imports
  • knitr * suggests
  • rmarkdown * suggests
  • testthat >= 3.0.0 suggests