Package: semTests
Type: Package
Title: Robust Test Statistics for Structural Equation Models
Description: Supports penalized eigenvalue block-averaging and penalized
    regression p-values (Foldnes, Moss, Grønneberg, 2024)
    <doi:10.1080/10705511.2024.2372028>, including their extension to nested
    model comparison (Foldnes, Grønneberg, Moss, 2026)
    <doi:10.3758/s13428-026-02968-4>, as well as traditional p-values such as
    Satorra-Bentler. All p-values can be calculated using unbiased or biased
    gamma estimates (Du, Bentler, 2022) <doi:10.1080/10705511.2022.2063870> and
    two choices of chi square statistics. The tests apply to any
    minimum-discrepancy estimator -- ML, GLS, ULS, and categorical WLSMV/DWLS --
    with experimental support for full-information maximum-likelihood (FIML) fits
    under missing data.
Version: 0.9.0
Authors@R: c(
    person(given="Jonas", 
           family="Moss",
           email="jonas.moss.statistics@gmail.com", 
           role=c("aut", "cre"), 
           comment = c(ORCID = "0000-0002-6876-6964")), 
    person(given="Njål", 
           family="Foldnes", 
           role = "ctb",
           email="njalfoldnes@gmail.com",
           comment = c(ORCID="0000-0001-6889-6067")),
    person(given="Steffen",
           family="Grønneberg", 
           email="steffeng@gmail.com",
           role = "ctb", 
           comment = c(ORCID="0000-0003-2785-6530")))
License: GPL (>= 3)
Encoding: UTF-8
URL: https://github.com/JonasMoss/semTests
Depends: R (>= 3.5.0)
Imports: lavaan (>= 0.6-16), methods
Suggests: testthat (>= 3.0.0), covr, xml2, knitr, rmarkdown
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-06-09 12:18:33 UTC; jonas
Author: Jonas Moss [aut, cre] (ORCID: <https://orcid.org/0000-0002-6876-6964>),
  Njål Foldnes [ctb] (ORCID: <https://orcid.org/0000-0001-6889-6067>),
  Steffen Grønneberg [ctb] (ORCID:
    <https://orcid.org/0000-0003-2785-6530>)
Maintainer: Jonas Moss <jonas.moss.statistics@gmail.com>
Repository: CRAN
Date/Publication: 2026-06-09 14:00:02 UTC
