Package: WeightIt Type: Package Title: Weighting for Covariate Balance in Observational Studies Version: 1.7.0.9000 Authors@R: c( person("Noah", "Greifer", role=c("aut", "cre"), email = "noah.greifer@gmail.com", comment=c(ORCID="0000-0003-3067-7154")) ) Description: Generates balancing weights for causal effect estimation in observational studies with binary, multi-category, or continuous point or longitudinal treatments by easing and extending the functionality of several R packages and providing in-house estimation methods. Available methods include those that rely on parametric modeling, optimization, and machine learning. Also allows for assessment of weights and checking of covariate balance by interfacing directly with the 'cobalt' package. Methods for estimating weighted regression models that take into account uncertainty in the estimation of the weights via M-estimation or bootstrapping are available. See the vignette "Installing Supporting Packages" for instructions on how to install any optional package 'WeightIt' uses, including those that may not be on CRAN. Depends: R (>= 4.1.0) Imports: cobalt (>= 4.6.1), ggplot2 (>= 3.4.0), cli (>= 3.6.5), rlang (>= 1.1.0), sandwich, generics, utils, stats, arg (>= 0.1.0) Suggests: rootSolve (>= 1.8.2.4), CBPS (>= 0.18), optweight (>= 2.0.1), SuperLearner (>= 2.0-25), mclogit, MNP (>= 3.1-4), brglm2 (>= 0.5.2), enrichwith (>= 0.3.1), logistf (>= 1.26.0), osqp (>= 1.0.0), survival (>= 3.6-2), fwb (>= 0.2.0), splines, marginaleffects (>= 0.19.0), adrftools, MASS, gbm (>= 2.1.9), dbarts (>= 0.9-29), misaem (>= 1.0.1), GPBayes, mlogit, dfidx, broom, knitr, rmarkdown, testthat (>= 3.0.0), waldo (>= 0.6.0) License: GPL (>=2) Encoding: UTF-8 URL: https://ngreifer.github.io/WeightIt/, https://github.com/ngreifer/WeightIt BugReports: https://github.com/ngreifer/WeightIt/issues VignetteBuilder: knitr LazyData: true RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) Config/testthat/edition: 3 Repository: https://ngreifer.r-universe.dev Date/Publication: 2026-06-28 14:50:48 UTC RemoteUrl: https://github.com/ngreifer/weightit RemoteRef: HEAD RemoteSha: cc361f9c6bd740fbeba14b234322b25741834b70 NeedsCompilation: no Packaged: 2026-06-28 15:50:34 UTC; root Author: Noah Greifer [aut, cre] (ORCID: ) Maintainer: Noah Greifer