https://github.com/corybrunson/econpanel
R package for economic experts panel survey data
Science Score: 13.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
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.9%) to scientific vocabulary
Keywords
Repository
R package for economic experts panel survey data
Basic Info
Statistics
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
- Releases: 0
Topics
Metadata Files
README.md
econpanel
Summary
This is an R package for collecting and formatting response data from several surveys of economists conducted by the Booth School of Business at the University of Chicago and the Centre for Macroeconomics.
I will update the dataset semesterly (but feel free to poke me if i seem to have forgotten!). The functions used to scrape the websites are not exported as a way of discouraging unnecessary scraping.
Installation
Install the package as follows:
r
if (!require(devtools)) install.packages("devtools")
devtools::install_github("corybrunson/econpanel", build_vignettes = TRUE)
Datasets
The package contains the following datasets:
igmcontains question statements and responses from the Initiative on Global Markets Economic Experts Panel.eigmcontains the corresponding data from the IGM European panel.cfmcontains question statements and responses from the Centre for Macroeconomics.planetmoneycontains question statements and response tallies (not individual responses) from a 2016 story by Planet Money on economists' opinions about the U.S. presidential candidates' economic proposals. The panelists were drawn from the IGM pool.
Load the datasets as follows:
r
data(planetmoney, package = "econpanel")
The vignette "exploration" illustrates some questions and answers pursuable through these datasets. Access it as follows:
r
vignette(topic = "exploration", package = "econpanel")
Acknowledgments
I borrowed some insight from code at Chris Said's economist_poll repo. Also invaluable have been Hadley Wickam's rvest package and the SelectorGadget Chrome extension.
Owner
- Name: Cory Brunson
- Login: corybrunson
- Kind: user
- Location: Gainesville, FL
- Company: @LaboratoryForSystemsMedicine
- Website: http://systemsmedicine.pulmonary.medicine.ufl.edu/profile/brunson-jason/
- Twitter: cornelioid
- Repositories: 14
- Profile: https://github.com/corybrunson
Mathematician by training, data scientist by testing. Relatively new to pretty much everything.
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 2
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.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
- corybrunson (2)