Package: imt Title: Impact Measurement Toolkit Version: 1.1.0 Authors@R: person(given = "Ignacio", family = "Martinez", role = c("aut", "cre"), email = "martinezig@google.com", comment = c(ORCID = "0000-0002-3721-8172")) Description: A toolkit for causal inference in experimental and observational studies. Implements various simple Bayesian models including linear, negative binomial, and logistic regression for impact estimation. Provides functionality for randomization and checking baseline equivalence in experimental designs. The package aims to simplify the process of impact measurement for researchers and analysts across different fields. Examples and detailed usage instructions are available at . License: Apache License (>= 2.0) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Biarch: true Depends: R (>= 4.1.0) Imports: R6, bayesplot, caret, dplyr, ggplot2, glue, magrittr, methods, Rcpp, RcppParallel, rlang, rstan, rstantools, tibble, tidyr, vizdraws, purrr, scales, tidyselect LinkingTo: BH (>= 1.66.0), Rcpp (>= 0.12.0), RcppEigen (>= 0.3.3.3.0), RcppParallel (>= 5.0.1), rstan (>= 2.18.1), StanHeaders (>= 2.18.0) Suggests: knitr, rmarkdown, roxygen2, testthat SystemRequirements: GNU make URL: https://github.com/google/imt BugReports: https://github.com/google/imt/issues Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://google.r-universe.dev Date/Publication: 2025-11-04 15:49:17 UTC RemoteUrl: https://github.com/google/imt RemoteRef: HEAD RemoteSha: 8f96307782ab64c6cd12f923821d3b2bc3257659 NeedsCompilation: yes Packaged: 2026-07-02 05:47:29 UTC; root Author: Ignacio Martinez [aut, cre] (ORCID: ) Maintainer: Ignacio Martinez