latenetwork
The latenetwork package provides tools for causal inference under noncompliance with treatment assignment and network interference of unknown form. The methods are developed by Hoshino and Yanagi (2023) https://arxiv.org/abs/2108.07455 .
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
✓DOI references
Found 4 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.1%) to scientific vocabulary
Keywords
Repository
The latenetwork package provides tools for causal inference under noncompliance with treatment assignment and network interference of unknown form. The methods are developed by Hoshino and Yanagi (2023) https://arxiv.org/abs/2108.07455 .
Basic Info
- Host: GitHub
- Owner: tkhdyanagi
- License: other
- Language: R
- Default Branch: master
- Homepage: https://tkhdyanagi.github.io/latenetwork/
- Size: 953 KB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# latenetwork: Inference on LATEs under Network Interference of Unknown Form
The **latenetwork** package provides tools for causal inference
under noncompliance with treatment assignment and
network interference of unknown form.
The package enables to implement the instrumental variables (IV)
estimation for the local average treatment effect (LATE) type parameters
via inverse probability weighting (IPW) using
the concept of instrumental exposure mapping (IEM)
and the framework of approximate neighborhood interference (ANI).
For more details,
see [Hoshino and Yanagi (2023) "Causal inference with noncompliance and unknown interference"](https://doi.org/10.48550/arXiv.2108.07455).
## Installation
Get the package from CRAN:
```{r, eval = F, echo = T}
install.packages("latenetwork")
```
or from GitHub:
```{r, eval = F, echo = T}
# install.packages("devtools") # if needed
devtools::install_github("tkhdyanagi/latenetwork", build_vignettes = TRUE)
```
## Vignettes
For more details, see the package vignettes with:
```{r, eval = FALSE}
library("latenetwork")
# Getting Started with the latenetwork Package
vignette("latenetwork")
# Review of Causal Inference with Noncompliance and Unknown Interference
vignette("review", package = "latenetwork")
```
## References
- Hoshino, T. and Yanagi, T., 2023.
Causal inference with noncompliance and unknown interference.
arXiv preprint arXiv:2108.07455.
[Link](https://doi.org/10.48550/arXiv.2108.07455)
Owner
- Name: Takahide Yanagi
- Login: tkhdyanagi
- Kind: user
- Location: Japan
- Company: Kyoto University
- Website: https://sites.google.com/view/takahide-yanagi/
- Repositories: 1
- Profile: https://github.com/tkhdyanagi
Econometircs and Causal Inference
GitHub Events
Total
Last Year
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| takahide yanagi | t****i@g****m | 6 |
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 200 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: latenetwork
Inference on LATEs under Network Interference of Unknown Form
- Homepage: https://tkhdyanagi.github.io/latenetwork/
- Documentation: http://cran.r-project.org/web/packages/latenetwork/latenetwork.pdf
- License: MIT + file LICENSE
-
Latest release: 1.0.1
published almost 3 years ago