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 .

https://github.com/tkhdyanagi/latenetwork

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

econometrics r r-package r-stats
Last synced: 11 months ago · JSON representation

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
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
econometrics r r-package r-stats
Created over 3 years ago · Last pushed almost 3 years ago
Metadata Files
Readme Changelog License

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

Econometircs and Causal Inference

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 6
  • Total Committers: 1
  • Avg Commits per committer: 6.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 200 Last month
Rankings
Forks count: 28.4%
Dependent packages count: 28.7%
Stargazers count: 35.0%
Dependent repos count: 35.1%
Average: 43.2%
Downloads: 88.6%
Maintainers (1)
Last synced: 11 months ago