Package: pintervals Type: Package Title: Model Agnostic Prediction Intervals Version: 1.1.4 Description: Provides tools for estimating model-agnostic prediction intervals using conformal prediction, bootstrapping, and parametric prediction intervals. The package is designed for ease of use, offering intuitive functions for both binned and full conformal prediction methods, as well as parametric interval estimation with diagnostic checks. Currently only working for continuous predictions. For details on the conformal and bin-conditional conformal prediction methods, see Randahl, Williams, and Hegre (2026) . License: GPL (>= 3) Encoding: UTF-8 LazyData: true Authors@R: c( person("David", "Randahl", , "david.randahl@pcr.uu.se", role = c("aut", "cre")), person("Jonathan P.", "Williams", role = "ctb"), person("Anders", "Hjort", role = "ctb") ) Imports: dplyr, foreach, Hmisc, MASS, purrr, Rcpp, stats, tibble RoxygenNote: 7.3.3 Depends: R (>= 3.5) LinkingTo: Rcpp Suggests: knitr, rmarkdown, testthat, tidyr VignetteBuilder: knitr Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://doktorandahl.r-universe.dev Date/Publication: 2026-03-16 12:06:19 UTC RemoteUrl: https://github.com/doktorandahl/pintervals RemoteRef: HEAD RemoteSha: 3d414d51b750666397072c06704762893b6ace2c NeedsCompilation: yes Packaged: 2026-06-14 07:45:28 UTC; root Author: David Randahl [aut, cre], Jonathan P. Williams [ctb], Anders Hjort [ctb] Maintainer: David Randahl