You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*WeightIt* is a wrapper for several other packages that aid in estimating balancing weights. In many ways, this is *WeightIt*'s strength, because it is easy to try out several weighting methods without having to learn a completely new syntax for each one. One weakness of this is that when one of these packages is not available (e.g., on CRAN), the method that relies on that package cannot be used.
23
23
24
-
This document explains how to install each package *WeightIt* uses. You do not need to install every single one; you only need the one you want to use. For example, the *miseam* package provides support for logistic regression with missing data, but if you have no missing data or you don't want to use the approach implemented in *miseam*, you don't need to install it. *WeightIt* strongly depends on a few packages, which are automatically installed along with *WeightIt*, so you don't need to worry about installing them separately; these are not listed here.
24
+
This document explains how to install each package *WeightIt* uses. You do not need to install every single one; you only need the one you want to use. For example, the *misaem* package provides support for logistic regression with missing data, but if you have no missing data or you don't want to use the approach implemented in *misaem*, you don't need to install it. *WeightIt* strongly depends on a few packages, which are automatically installed along with *WeightIt*, so you don't need to worry about installing them separately; these are not listed here.
25
25
26
26
Below we note each method (by name and by the input to the `method` argument of `weightit()`) and how to install the required packages either from CRAN or otherwise when the CRAN version is not available. In many cases, this involves installing the package from the author's GitHub repository, which requires the *pak* package, which contains the function `pkg_install()`.
0 commit comments