An open API service indexing awesome lists of open source software.

https://github.com/optimagic-dev/estimagic_tables_examples

This repository collects a set of example tables produced by `estimagic.estimation_table`
https://github.com/optimagic-dev/estimagic_tables_examples

Last synced: 2 months ago
JSON representation

This repository collects a set of example tables produced by `estimagic.estimation_table`

Awesome Lists containing this project

README

          

# Estimagic Tables Examples

[![image](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

This repository collects a set of example tables produced by
`estimagic.estimation_table`

## Usage

To get started, create and activate the environment with

```console
$ conda/mamba env create
$ conda activate estimagic_tables_examples
```

To build the project, type

```console
$ pytask
```

## Credits

This project was created with [cookiecutter](https://github.com/audreyr/cookiecutter)
and the
[econ-project-templates](https://github.com/OpenSourceEconomics/econ-project-templates).