Package: ciTools Type: Package Title: Confidence or Prediction Intervals, Quantiles, and Probabilities for Statistical Models Version: 0.6.1 Authors@R: c(person("John", "Haman", role = c("cre", "aut"), email = "jhaman@ida.org"), person("Matthew", "Avery", role = "aut", email = "mavery@ida.org"), person("Institute for Defense Analyses", role = "cph")) Maintainer: John Haman Description: Functions to append confidence intervals, prediction intervals, and other quantities of interest to data frames. All appended quantities are for the response variable, after conditioning on the model and covariates. This package has a data frame first syntax that allows for easy piping. Currently supported models include (log-) linear, (log-) linear mixed, generalized linear models, generalized linear mixed models, and accelerated failure time models. Depends: R (>= 3.4.0) Imports: arm, boot, dplyr, lme4, MASS, methods, stats, survival, utils Suggests: here, ggplot2, knitr, rmarkdown, SPREDA VignetteBuilder: rmarkdown, knitr URL: https://github.com/jthaman/ciTools BugReports: https://github.com/jthaman/ciTools/issues License: GPL (>=3) Encoding: UTF-8 RoxygenNote: 7.1.1 Config/pak/sysreqs: cmake make Repository: https://edwindj.r-universe.dev Date/Publication: 2025-08-28 11:26:40 UTC RemoteUrl: https://github.com/edwindj/ciTools RemoteRef: HEAD RemoteSha: 9f252bb1f24ffc49c4d0c328e2c5a525aa2d687e NeedsCompilation: no Packaged: 2026-06-13 08:58:55 UTC; root Author: John Haman [cre, aut], Matthew Avery [aut], Institute for Defense Analyses [cph]