ManyIVsNets

R-CMD-check

Overview

ManyIVsNets is a comprehensive R package for Environmental Phillips Curve (EPC) analysis featuring state-of-the-art econometric methods and network analysis.

Key Results based on example data

Installation


  #Install from GitHub
  devtools::install_github("avishekb9/ManyIVsNets")

Quick Start


library(ManyIVsNets)

#Run complete analysis pipeline 
results <- run_complete_epc_analysis(
data_file = "epc_data_new_ar5_indicators.csv", # Your data file
output_dir = "epc_analysis_results"
)

#View instrument strength results
print(results$strength_results)

Features

Citation

If you use this package in your research, please cite:

APA Style: Bhandari, A. (2025). ManyIVsNets: Environmental Phillips Curve Analysis with Multiple Instrumental Variables and Networks [Computer software]. GitHub. https://github.com/avishekb9/ManyIVsNets

Chicago Style: Bhandari, Avishek. “ManyIVsNets: Environmental Phillips Curve Analysis with Multiple Instrumental Variables and Networks.” GitHub, 2025. https://github.com/avishekb9/ManyIVsNets.