Skip to content

R package containing data on NBER working papers

Notifications You must be signed in to change notification settings

bldavies/nberwp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

R package containing data on NBER working papers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages