Type: Package
Package: dynConfiR
Title: Dynamic Models for Confidence and Response Time Distributions
Version: 1.1.0
Authors@R: c(
    person("Sebastian", "Hellmann", , "sebastian.hellmann@tum.de", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-3621-6343")),
    person("Manuel", "Rausch", , "manuel.rausch@ku.de", role = c("aut", "fnd"),
           comment = c(ORCID = "0000-0002-5805-5544"))
  )
Maintainer: Sebastian Hellmann <sebastian.hellmann@tum.de>
Description: Provides density functions for the joint distribution of
    choice, response time and confidence for discrete confidence judgments
    as well as functions for parameter fitting, prediction and simulation
    for various dynamical models of decision confidence.  All models are
    explained in detail by Hellmann et al.  (2023;
    Preprint available at <https://osf.io/9jfqr/>, published version: <doi:10.1037/rev0000411>).  Implemented models are the dynaViTE model, 
    dynWEV model, the 2DSD model (Pleskac & Busemeyer, 2010, <doi:10.1037/a0019737>),
    and various race models.  C++ code for dynWEV and 2DSD is based on the
    'rtdists' package by Henrik Singmann.
License: GPL (>= 3)
URL: https://github.com/SeHellmann/dynConfiR,
        https://sehellmann.github.io/dynConfiR/
BugReports: https://github.com/SeHellmann/dynConfiR/issues
Depends: R (>= 4.0)
Imports: dplyr, magrittr, minqa, parallel, progress, Rcpp, rlang, stats
Suggests: covr, ggplot2, MASS, Hmisc, knitr, logger, rmarkdown,
        testthat (>= 3.0.0), tidyr
LinkingTo: Rcpp
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
Repository: CRAN
RoxygenNote: 7.3.3
Packaged: 2025-09-19 13:42:00 UTC; go73jec
Author: Sebastian Hellmann [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-3621-6343>),
  Manuel Rausch [aut, fnd] (ORCID:
    <https://orcid.org/0000-0002-5805-5544>)
Date/Publication: 2025-09-19 14:00:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-10-21 14:05:37 UTC; windows
Archs: x64
