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`
- Host: GitHub
- URL: https://github.com/optimagic-dev/estimagic_tables_examples
- Owner: optimagic-dev
- License: mit
- Created: 2023-04-07T05:41:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-02T20:12:33.000Z (3 months ago)
- Last Synced: 2026-02-03T10:32:32.283Z (3 months ago)
- Language: TeX
- Homepage:
- Size: 311 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Estimagic Tables Examples
[](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).