{"id":16178340,"url":"https://github.com/sfcheung/semlrtp","last_synced_at":"2026-02-10T13:32:27.382Z","repository":{"id":226445960,"uuid":"764122661","full_name":"sfcheung/semlrtp","owner":"sfcheung","description":"Likelihood ratio test p-values for structural equation modeling (SEM)","archived":false,"fork":false,"pushed_at":"2025-02-06T00:00:37.000Z","size":10177,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-26T17:42:05.976Z","etag":null,"topics":["hypothesis-testing","lavaan","r","r-package","structural-equation-modeling"],"latest_commit_sha":null,"homepage":"https://sfcheung.github.io/semlrtp/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sfcheung.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-02-27T14:18:51.000Z","updated_at":"2025-02-05T23:56:47.000Z","dependencies_parsed_at":"2024-04-20T08:49:51.622Z","dependency_job_id":"96e1dd7e-1b4c-4853-bdfe-008669e6b962","html_url":"https://github.com/sfcheung/semlrtp","commit_stats":null,"previous_names":["sfcheung/semlrtp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sfcheung/semlrtp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfcheung%2Fsemlrtp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfcheung%2Fsemlrtp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfcheung%2Fsemlrtp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfcheung%2Fsemlrtp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sfcheung","download_url":"https://codeload.github.com/sfcheung/semlrtp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfcheung%2Fsemlrtp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29300647,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T12:55:56.056Z","status":"ssl_error","status_checked_at":"2026-02-10T12:55:55.692Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hypothesis-testing","lavaan","r","r-package","structural-equation-modeling"],"created_at":"2024-10-10T05:13:32.490Z","updated_at":"2026-02-10T13:32:27.324Z","avatar_url":"https://github.com/sfcheung.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- badges: start --\u003e\n[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)\n[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)\n[![Code size](https://img.shields.io/github/languages/code-size/sfcheung/semlrtp.svg)](https://github.com/sfcheung/semlrtp)\n[![Last Commit at Main](https://img.shields.io/github/last-commit/sfcheung/semlrtp.svg)](https://github.com/sfcheung/semlrtp/commits/main)\n[![R-CMD-check](https://github.com/sfcheung/semlrtp/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/sfcheung/semlrtp/actions/workflows/R-CMD-check.yaml)\n\u003c!-- badges: end --\u003e\n\n(Version 0.1.1.2, updated on 2025-02-06, [release history](https://sfcheung.github.io/semlrtp/news/index.html))\n\n# semlrtp: Likelihood Ratio Test p-Values for Structural Equation Models \u003cimg src=\"man/figures/logo.png\" align=\"right\" height=\"150\" /\u003e\n\nThis package is used for computing *LRT* *p*-*values*\nfor free parameters\nin structural equation model using likelihood ratio test (LRT).\nAs demonstrated in the [Get-Started article](https://sfcheung.github.io/semlrtp/articles/semlrtp.html),\nthe LRT *p*-value has some advantages over the usual *p*-values\nreported in SEM program.\n\nHowever, it is not easy to compute\nthem because each *p*-value requires fitting one additional\nmodel. We developed this package to make this process simple\nand automatic such that it is practical to use LRT *p*-values\nin most commonly interpreted parameters.\n\nSee [the Get-Started article](https://sfcheung.github.io/semlrtp/articles/semlrtp.html)\nfor a quick demonstration on how to use this package.\n\nFor more information on this package, please visit its GitHub page:\n\nhttps://sfcheung.github.io/semlrtp/\n\n# Installation\n\nThe stable version at CRAN can be installed by `install.packages()`:\n\n```r\ninstall.packages(\"semlrtp\")\n```\n\nThe latest developmental version of this package can be installed by `remotes::install_github`:\n\n```r\nremotes::install_github(\"sfcheung/semlrtp\")\n```\n\n# Issues\n\nIf you have any suggestions and found any bugs, please feel\nfeel to open a GitHub issue [here](https://github.com/sfcheung/semlrtp/issues).\nThanks.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsfcheung%2Fsemlrtp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsfcheung%2Fsemlrtp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsfcheung%2Fsemlrtp/lists"}