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) (see also Harden and Desmarais, 2011 ) and the cross-validated median fit (CVMF) test by Desmarais and Harden (2012) . 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) and Joshi & Mason (2008) 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 Config/pak/sysreqs: make Repository: https://shanascogin.r-universe.dev Date/Publication: 2025-10-12 02:16:47 UTC RemoteUrl: https://github.com/shanascogin/modelltest RemoteRef: HEAD RemoteSha: 53f2ee35139a133e8993366fbec9a7bbef34cd1e Packaged: 2026-06-11 08:34:29 UTC; root Author: Shana Scogin [aut, cre] (ORCID: ), Sarah Petersen [aut], Jeff Harden [aut], Bruce A. Desmarais [aut] Maintainer: Shana Scogin