Package: modeLLtest
Type: Package
Title: Compare Models with Cross-Validated Log-Likelihood
Version: 1.0.5
Date: 2025-10-11
Authors@R: 
    c(person("Shana", 
             "Scogin", 
             email = "shanarscogin@gmail.com", 
             role = c("aut", "cre"),
             comment = c(ORCID = "0000-0002-7801-853X")),
      person("Sarah", 
             "Petersen", 
             email = "sarahllpetersen@gmail.com", 
             role = c("aut")),
      person("Jeff", 
             "Harden", 
             email = "jeff.harden@nd.edu", 
             role = c("aut")),
      person("Bruce A.", 
             "Desmarais", 
             email = "bdesmarais@psu.edu", 
             role = c("aut"))
      )
Description: An implementation of the cross-validated difference in means (CVDM) test by Desmarais and Harden (2014) <doi:10.1007/s11135-013-9884-7> (see also Harden and Desmarais, 2011 <doi:10.1177/1532440011408929>) and the cross-validated median fit (CVMF) test by Desmarais and Harden (2012) <doi:10.1093/pan/mpr042>. These tests use leave-one-out cross-validated log-likelihoods to assist in selecting among model estimations. You can also utilize data from Golder (2010) <doi:10.1177/0010414009341714> and Joshi & Mason (2008) <doi:10.1177/0022343308096155> that are included to facilitate examples from real-world analysis.
URL: https://github.com/ShanaScogin/modeLLtest
License: GPL-3
NeedsCompilation: yes
BugReports: https://github.com/ShanaScogin/modeLLtest/issues
Imports: stats, quantreg, survival, coxrobust, MASS, Rcpp
Depends: R (>= 3.2.3)
Encoding: UTF-8
LazyData: TRUE
LazyLoad: TRUE
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
SystemRequirements: GNU make
RoxygenNote: 7.1.2
LinkingTo: Rcpp, RcppArmadillo
Packaged: 2025-10-12 02:25:51 UTC; shanascogin
Author: Shana Scogin [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-7801-853X>),
  Sarah Petersen [aut],
  Jeff Harden [aut],
  Bruce A. Desmarais [aut]
Maintainer: Shana Scogin <shanarscogin@gmail.com>
Repository: CRAN
Date/Publication: 2025-10-12 02:40:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-10-13 07:55:42 UTC; windows
Archs: x64
