forked from chadhazlett/KBAL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 1.38 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: kbal
Type: Package
Title: Kernel Balancing
Version: 0.1
Date: 2020-02-14
Authors@R: c(person("Chad", "Hazlett", email = "chazlett@ucla.edu", role = c("aut", "cre")),
person("Ciara", "Sterbenz", email = "cster@g.ucla.edu", role = "aut"),
person("Erin", "Hartman", email = "ekhartman@ucla.edu", role = "ctb"),
person("Alex", "Kravetz", email = "alexdkravetz@gmail.com", role = "ctb"))
Description: A weighting approach the employs kernels to make one group
have a similar distribution to another group on covariates
not only in terms of means or marginal distributions, but also on higher order transformations implied
by the choice of kernel. This applies to both treatment
effect estimation and to survey reweighting problems.
Based on Hazlett, C. (2020) "Kernel Balancing: A flexible
non-parametric weighting procedure
for estimating causal effects." Statistica Sinica.
<https://www.researchgate.net/publication/299013953_Kernel_Balancing_A_flexible_non-parametric_weighting_procedure_for_estimating_causal_effects/stats>
URL: https://github.com/chadhazlett/kbal
License: GPL (>=2)
LazyData: TRUE
LazyLoad: yes
Depends:
R (>= 2.14)
Imports:
Rcpp (>= 0.11.0),
RcppParallel (>= 4.4.4),
dplyr,
RSpectra
LinkingTo: Rcpp, RcppParallel
Maintainer: Chad Hazlett <chazlett@ucla.edu>
RoxygenNote: 7.1.2
Encoding: UTF-8