Package: modeldiag
Type: Package
Title: Comprehensive Diagnostics for Statistical Models
Version: 0.1.0
Authors@R: 
    c(
      person("Emmanuel", "Adewuyi", ,
             "emmanuel.adewuyi@lshtm.ac.uk",
             role = c("aut", "cre")),
      person("Adewale", "Lukman", role = "aut"),
      person("Abiola", "Owolabi", role = "ctb")
    )
Description: Provides a unified framework for diagnosing common issues in statistical models including linear models, generalized linear models (logistic and Poisson regression), and survival models. Implements tests for multicollinearity, heteroscedasticity, autocorrelation, normality, influential observations, overdispersion, zero-inflation, and proportional hazards assumptions. Includes visualization methods for graphical diagnostics. Methods are based on established approaches including Fox and Monette (1992) <doi:10.1080/01621459.1992.10475190>, Breusch and Pagan (1979) <doi:10.2307/1911963>, and Dean and Lawless (1989) <doi:10.1080/01621459.1989.10478792>.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/Teniola17/modeldiag
BugReports: https://github.com/Teniola17/modeldiag/issues
Depends: R (>= 3.5.0)
Imports: stats, graphics, car, lmtest, ResourceSelection, survival
Suggests: testthat (>= 3.0.0), knitr, rmarkdown
RoxygenNote: 7.3.3
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2026-05-21 14:47:02 UTC; EmmanuelAdewuyi
Author: Emmanuel Adewuyi [aut, cre],
  Adewale Lukman [aut],
  Abiola Owolabi [ctb]
Maintainer: Emmanuel Adewuyi <emmanuel.adewuyi@lshtm.ac.uk>
Repository: CRAN
Date/Publication: 2026-05-28 12:40:02 UTC
Built: R 4.6.0; ; 2026-05-28 13:38:12 UTC; unix
