The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
ManyIVsNets is a comprehensive R package for Environmental Phillips Curve (EPC) analysis featuring state-of-the-art econometric methods and network analysis.
#Install from GitHub
::install_github("avishekb9/ManyIVsNets") devtools
library(ManyIVsNets)
#Run complete analysis pipeline
<- run_complete_epc_analysis(
results data_file = "epc_data_new_ar5_indicators.csv", # Your data file
output_dir = "epc_analysis_results"
)
#View instrument strength results
print(results$strength_results)
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.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.