Skip to main content

Estimate two way fixed effect labor models

Project description

pytwoway

https://badge.fury.io/py/pytwoway.svg https://travis-ci.com/tlamadon/pytwoway.svg?branch=master https://img.shields.io/badge/doc-latest-blue

pytwoway is the python package associated with the following paper:

How Much Should we Trust Estimates of Firm Effects and Worker Sorting?.” by Stéphane Bonhomme, Kerstin Holzheu, Thibaut Lamadon, Elena Manresa, Magne Mogstad, and Bradley Setzler. No. w27368. National Bureau of Economic Research, 2020.

The package provides implementations for a series of estimators for models with two sided heterogeneity:

  1. two way fixed effect estimator as proposed by Abowd Kramarz and Margolis

  2. homoskedastic bias correction as in Andrews et al

  3. heteroskedastic correction as in KSS (TBD)

  4. a group fixed estimator as in BLM

  5. a group correlated random effect as presented in the main paper

If you want to give it a try, you can start the example notebook here: binder. This starts a fully interactive notebook with a simple example that generates data and runs the estimators.

The code is relatively efficient. Solving large sparse linear models relies on pyamg. This is the code we used to estimate the different decompositions on the US data.

The package provides a python interface as well as an intuitive command line interface. Installation is handled by pip or conda (TBD). The source of the package is available on github at pytwoway. The online documentation is hosted here.

Quick Start

To install from pip, run:

pip install pytwoway

To run using the command line interface:

pytw --my-config config.txt --fe --cre

Example config.txt:

data = file.csv
filetype = csv
col_dict = "{'fid': 'your_firmid_col', 'wid': 'your_workerid_col', 'year': 'your_year_col', 'comp': 'your_compensation_col'}"

Citation

Please use the following citation to cite pytwoway in academic publications:

Bibtex entry:

@techreport{bhlmms2020,
  title={How Much Should We Trust Estimates of Firm Effects and Worker Sorting?},
  author={Bonhomme, St{\'e}phane and Holzheu, Kerstin and Lamadon, Thibaut and Manresa, Elena and Mogstad, Magne and Setzler, Bradley},
  year={2020},
  institution={National Bureau of Economic Research}
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytwoway-0.1.3.tar.gz (40.6 kB view hashes)

Uploaded Source

Built Distribution

pytwoway-0.1.3-py3-none-any.whl (45.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page