Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 4af2ef9

Browse files
committed
Added a few more lines to README Quick Start.
1 parent 031edd7 commit 4af2ef9

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ $ pip install -e .
2020
## Quick Start
2121
> Initialization File
2222
23-
```grmpy``` relies on an ```"initialization.yml"``` file to perform both simulation and estimation.
24-
For example, check out these two init files for the
23+
```grmpy``` relies on an ```"initialization.yml"``` file (referred to as ``ìnit_file`` below)
24+
to perform both simulation and estimation.
25+
For example, check out these two ``init_files`` for
2526
[simulation and parametric estimation](https://github.com/OpenSourceEconomics/grmpy/blob/master/promotion/grmpy_tutorial_notebook/files/tutorial.grmpy.yml) as well as
26-
the [semiparametric](https://github.com/OpenSourceEconomics/grmpy/blob/master/promotion/grmpy_tutorial_notebook/files/tutorial_semipar.yml) setup.
27+
a [semiparametric estimation](https://github.com/OpenSourceEconomics/grmpy/blob/master/promotion/grmpy_tutorial_notebook/files/tutorial_semipar.yml) setup.
28+
29+
Below you'll find some example code you can copy to jump-start your project.
2730

2831
> Simulation
2932
```

0 commit comments

Comments
 (0)