Package: semlrtp Title: Likelihood Ratio Test P-Values for Structural Equation Models Version: 0.1.1.2 Authors@R: c( person(given = "Shu Fai", family = "Cheung", role = c("aut", "cre"), email = "shufai.cheung@gmail.com", comment = c(ORCID = "0000-0002-9871-9448")), person(given = "Mark Hok Chio", family = "Lai", role = c("aut"), email = "marklhc@gmail.com ", comment = c(ORCID = "0000-0002-9196-7406")) ) Description: Computes likelihood ratio test (LRT) p-values for free parameters in a structural equation model. Currently supports models fitted by the 'lavaan' package by Rosseel (2012) . License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 Config/testthat/parallel: true Imports: lavaan, utils, parallel, pbapply VignetteBuilder: knitr URL: https://sfcheung.github.io/semlrtp/ BugReports: https://github.com/sfcheung/semlrtp/issues Config/Needs/website: rmarkdown Depends: R (>= 4.0.0) LazyData: true Repository: https://sfcheung.r-universe.dev Date/Publication: 2025-02-05 23:56:41 UTC RemoteUrl: https://github.com/sfcheung/semlrtp RemoteRef: HEAD RemoteSha: c888a8e34cb363a7f8c7cbc51fcd1021e2ff304d NeedsCompilation: no Packaged: 2026-06-01 10:24:17 UTC; root Author: Shu Fai Cheung [aut, cre] (ORCID: ), Mark Hok Chio Lai [aut] (ORCID: ) Maintainer: Shu Fai Cheung