Package: clarkeTest
Type: Package
Title: Distribution-Free Tests of Non-Nested Models
Version: 0.2.0
Authors@R: c(person("Dave", "Armstrong", email="davearmstrong.ps@gmail.com", 
  role=c("aut", "cre")), 
  person("Brenton", "Kenkel", email="brenton.kenkel@gmail.com", 
  role=c("aut")))
Description: Implementation of Clarke's distribution-free test of
  non-nested models.  Currently supported model functions are: 
  lm(), glm() ('binomial', 'poisson', 'negative binomial' links), 
  polr() ('MASS'), clm() ('ordinal'), and multinom() ('nnet').  
  For more information on the test, see Clarke (2007) 
  <doi:10.1093/pan/mpm004>. 
Depends: R (>= 3.5.0)
Suggests: MASS, ordinal, nnet
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
NeedsCompilation: no
Packaged: 2024-05-15 14:36:29 UTC; david
Author: Dave Armstrong [aut, cre],
  Brenton Kenkel [aut]
Maintainer: Dave Armstrong <davearmstrong.ps@gmail.com>
Repository: CRAN
Date/Publication: 2024-05-16 14:40:02 UTC
