Package: sure
Type: Package
Title: Surrogate Residuals for Ordinal and General Regression Models
Description: An implementation of the surrogate approach to residuals and 
  diagnostics for ordinal and general regression models; for details, see Liu 
  and Zhang (2017) <doi:10.1080/01621459.2017.1292915>. These residuals can be 
  used to construct standard residual plots for model diagnostics (e.g., 
  residual-vs-fitted value plots, residual-vs-covariate plots, Q-Q plots, etc.). 
  The package also provides an 'autoplot' function for producing standard 
  diagnostic plots using 'ggplot2' graphics. The package currently supports 
  cumulative link models from packages 'MASS', 'ordinal', 'rms', and 'VGAM'. 
  Support for binary regression models using the standard 'glm' function is also 
  available.
Version: 0.2.0
Authors@R: c(
  person("Brandon", "Greenwell",
         email = "greenwell.brandon@gmail.com",
         role = c("aut", "cre")),
  person("Andrew", "McCarthy",
         email = "andrew.mccarthy@theperducogroup.com",
         role = c("aut")),
  person("Brad", "Boehmke",
         email = "bradleyboehmke@gmail.com",
         role = c("aut")),
  person("Dungang", "Liu",
         email = "dungang.liu@uc.edu",
         role = c("ctb"))
  )
Depends: R (>= 3.1)
Imports: ggplot2 (>= 2.2.1), goftest, gridExtra, stats
Suggests: MASS, ordinal, rms, testthat, VGAM
License: GPL (>= 2)
URL: https://github.com/AFIT-R/sure
BugReports: https://github.com/AFIT-R/sure/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-09-19 15:41:08 UTC; greenweb
Author: Brandon Greenwell [aut, cre],
  Andrew McCarthy [aut],
  Brad Boehmke [aut],
  Dungang Liu [ctb]
Maintainer: Brandon Greenwell <greenwell.brandon@gmail.com>
Repository: CRAN
Date/Publication: 2017-09-19 18:04:46 UTC
Built: R 4.3.0; ; 2023-07-10 05:44:23 UTC; unix
