Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# soepy

``soepy`` is an open-source Python package for the simulation and estimation of a dynamic model of human capital accumulation tailored to the German Socio-Economic Panel (SOEP). We build on the seminal paper by Blundell & al. (2016) cited below.
``soepy`` is an open-source Python package for the simulation and estimation of a dynamic model of human capital accumulation tailored to the German Socio-Economic Panel (SOEP). ``soepy`` provides the model code to _Biased Wage Expectations and Female Labor Supply_. You can find the most recent version of the paper [here](https://www.maxblesch.de/). The model builds on the seminal paper by Blundell & al. (2016) cited below.

> Richard Blundell, Monica Costa Dias, Costas Meghir, Jonathan Shaw (2016). [Female labor supply, human capital, and welfare reform](https://doi.org/10.3982/ECTA11576). *Econometrica*, 84(5): 1705-1753.


[![Build Status](https://travis-ci.org/OpenSourceEconomics/soepy.svg?branch=master)](https://travis-ci.org/OpenSourceEconomics/soepy)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/a5740a4444f945418feec63bb79bd51b)](https://www.codacy.com/app/SeBecker/soepy?utm_source=github.com&utm_medium=referral&utm_content=OpenSourceEconomics/soepy&utm_campaign=Badge_Grade)
[![codecov](https://codecov.io/gh/OpenSourceEconomics/soepy/branch/master/graph/badge.svg)](https://codecov.io/gh/OpenSourceEconomics/soepy)
[![Anaconda-Server Badge](https://anaconda.org/opensourceeconomics/soepy/badges/installer/conda.svg)](https://conda.anaconda.org/opensourceeconomics)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/OpenSourceEconomics/soepy/blob/master/LICENSE)
Loading