Package: heuristica
Title: Heuristics Including Take the Best and Unit-Weight Linear
Version: 1.0.3
Authors@R: c(
	person("Jean", "Whitmore", email = "jeanimal@gmail.com",
                  role = c("aut", "cre")),
	person("Daniel", "Barkoczi", email = "dnlbrkc@gmail.com",
		role = "aut")
	)
Description: Implements various heuristics like Take The Best and
    unit-weight linear, which do two-alternative choice: which of
    two objects will have a higher criterion?  Also offers functions
    to assess performance, e.g. percent correct across all row pairs
    in a data set and finding row pairs where models disagree.
    New models can be added by implementing a fit and predict function--
    see vignette.  Take The Best was first described in: Gigerenzer, G.
    & Goldstein, D. G. (1996) <doi:10.1037/0033-295X.103.4.650>.  All
    of these heuristics were run on many data sets and analyzed in:
    Gigerenzer, G., Todd, P. M., & the ABC Group (1999).
    <ISBN:978-0195143812>.
Depends: R (>= 3.1.0)
License: MIT + file LICENSE
LazyData: true
Imports: Hmisc
URL: https://github.com/jeanimal/heuristica
BugReports: https://github.com/jeanimal/heuristica/issues
Suggests: devtools, ggplot2, glmnet, knitr, plyr, reshape, reshape2,
        rmarkdown, testthat
VignetteBuilder: knitr
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-09-07 02:59:06 UTC; jeanwhitmore
Author: Jean Whitmore [aut, cre],
  Daniel Barkoczi [aut]
Maintainer: Jean Whitmore <jeanimal@gmail.com>
Repository: CRAN
Date/Publication: 2021-09-08 07:40:02 UTC
Built: R 4.6.0; ; 2025-08-20 07:45:32 UTC; unix
