-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
23 lines (17 loc) · 919 Bytes
/
README.Rmd
File metadata and controls
23 lines (17 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# stabilizedinterference
The goal of stabilizedinterference is to estimate causal effects in the presence of interference, with "stabilized" IPTW estimators as introduced in [Liu, Hudgens, and Becker-Dreps (2016) Biometrika](https://academic.oup.com/biomet/article-abstract/103/4/829/2659035).
These estimators estimate causal effects in the presence of *partial* or *clustered* interference, with estimates of the asymptotic variance from standard M-estimation theory.
IPW estimators are implemented in the function `estimateEffects()`
This package is in working order, but currently under development. Suggestions are welcome; thanks for your patience!