All Projects → bldavies → nberwp

bldavies / nberwp

Licence: other
R package containing data on NBER working papers

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to nberwp

patientcounter
fast, flexible patient census tables. Quickly count patients or resources by interval. No SQL, no problem.
Stars: ✭ 19 (-5%)
Mutual labels:  rstats-package
stantargets
Reproducible Bayesian data analysis pipelines with targets and cmdstanr
Stars: ✭ 31 (+55%)
Mutual labels:  rstats-package
logitr
Fast estimation of multinomial (MNL) and mixed logit (MXL) models in R with "Preference" space or "Willingness-to-pay" (WTP) space utility parameterizations in R
Stars: ✭ 24 (+20%)
Mutual labels:  rstats-package
rpostgis
rpostgis: R Interface to a 'PostGIS' Database
Stars: ✭ 60 (+200%)
Mutual labels:  rstats-package
coronabr
Pacote para fazer o download dos casos diários de coronavirus no Brasil desde diferentes fontes
Stars: ✭ 50 (+150%)
Mutual labels:  rstats-package
pagespeedParseR
pagespeedParseR is an R wrapper for Google Pagespeed Insights API, that also enables convenient parsing
Stars: ✭ 20 (+0%)
Mutual labels:  rstats-package
DoReMIFaSol
Téléchargement des données sur le site de l'Insee
Stars: ✭ 25 (+25%)
Mutual labels:  rstats-package
rtweetXtras
Twitter analysis functions built for use with rtweet package (by mkearney)
Stars: ✭ 21 (+5%)
Mutual labels:  rstats-package
runcharter
Automating run chart analysis for faceted displays of data across multiple metrics or locations
Stars: ✭ 31 (+55%)
Mutual labels:  rstats-package
pbapply
Adding progress bar to '*apply' functions in R
Stars: ✭ 115 (+475%)
Mutual labels:  rstats-package

nberwp

CRAN

This package contains information about NBER working papers published between June 1973 and December 2021.

Installation

nberwp is available on CRAN:

install.packages('nberwp')

The development version can be installed from GitHub via remotes:

remotes::install_github('bldavies/nberwp')

Description

nberwp provides the following five tables:

  • papers: working paper attributes.
  • authors: author attributes.
  • programs: program attributes.
  • paper_authors: paper-author correspondences.
  • paper_programs: paper-program correspondences.

I construct these tables from raw metadata published here and here. I clean these metadata by fixing typos, removing non-ASCII characters, and disambiguating author names. My disambiguation approach involves cross-referencing against NBER user names, RePEc IDs, common co-authorships, common program associations, name edit distances, and information gleaned (manually) from authors' personal and academic webpages. I obtain author genders by matching against historical US baby name data and Facebook data obtained by Tang et al. (2011), and through manual identification. See Davies (2022) for more details.

See here for information about the NBER working paper catalogue. The catalogue comprises three series: historical, technical, and general. Working papers in these series have numbers prefixed by "h", "t", and "w".

Contributing

Please notify me of any errors by adding an issue or submitting a pull request.

License

CC0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].