{"id":17606623,"url":"https://github.com/corybrunson/econpanel","last_synced_at":"2026-01-08T16:05:58.809Z","repository":{"id":86215011,"uuid":"74385732","full_name":"corybrunson/econpanel","owner":"corybrunson","description":"R package for economic experts panel survey data","archived":false,"fork":false,"pushed_at":"2017-12-26T21:00:40.000Z","size":1978,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T00:41:44.149Z","etag":null,"topics":["economics","likert-data","missing-data","panel-data","survey-data"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/corybrunson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-21T17:00:36.000Z","updated_at":"2021-05-25T19:29:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"4c9cd335-a844-4e9a-ae43-d5a7a6c28526","html_url":"https://github.com/corybrunson/econpanel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corybrunson%2Feconpanel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corybrunson%2Feconpanel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corybrunson%2Feconpanel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corybrunson%2Feconpanel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/corybrunson","download_url":"https://codeload.github.com/corybrunson/econpanel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246254148,"owners_count":20747949,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["economics","likert-data","missing-data","panel-data","survey-data"],"created_at":"2024-10-22T15:51:40.374Z","updated_at":"2026-01-08T16:05:58.803Z","avatar_url":"https://github.com/corybrunson.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# econpanel\n\n## Summary\n\nThis is an R package for collecting and formatting response data from several surveys of economists conducted by the [Booth School of Business](https://www.chicagobooth.edu/) at the University of Chicago and the [Centre for Macroeconomics](http://cfmsurvey.org/).\n\nI 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.\n\n## Installation\n\nInstall the package as follows:\n\n```r\nif (!require(devtools)) install.packages(\"devtools\")\ndevtools::install_github(\"corybrunson/econpanel\", build_vignettes = TRUE)\n```\n\n## Datasets\n\nThe package contains the following datasets:\n\n* `igm` contains question statements and responses from the [Initiative on Global Markets Economic Experts Panel](http://www.igmchicago.org/igm-economic-experts-panel).\n* `eigm` contains the corresponding data from the [IGM European panel](http://www.igmchicago.org/european-economic-experts-panel).\n* `cfm` contains question statements and responses from the [Centre for Macroeconomics](http://cfmsurvey.org/).\n* `planetmoney` contains question statements and response tallies (not individual responses) from [a 2016 story by Planet Money](http://www.npr.org/sections/money/2016/02/26/468298576/economists-on-candidates-proposals-mostly-bad) on economists' opinions about the U.S. presidential candidates' economic proposals. The panelists were drawn from the IGM pool.\n\nLoad the datasets as follows:\n\n```r\ndata(planetmoney, package = \"econpanel\")\n```\n\nThe vignette \"exploration\" illustrates some questions and answers pursuable through these datasets. Access it as follows:\n\n```r\nvignette(topic = \"exploration\", package = \"econpanel\")\n```\n\n## Acknowledgments\n\nI borrowed some insight from code at [Chris Said's `economist_poll` repo](https://github.com/csaid/economist_poll). Also invaluable have been [Hadley Wickam's `rvest` package](http://blog.rstudio.org/2014/11/24/rvest-easy-web-scraping-with-r/) and the [SelectorGadget](http://selectorgadget.com/) Chrome extension.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorybrunson%2Feconpanel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorybrunson%2Feconpanel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorybrunson%2Feconpanel/lists"}