Home - gretl-project/material-on-gretl GitHub Wiki
Welcome to the gretl wiki!
You may also check-out the following resources:
- GretlWiki page
- Gretl Cheat-Sheet on Data Handling
Rules to add something to the repo
You can request changes of existing files or adding new stuff to the following markdown-pages.
Add content directly
- Add you example in the markdown format
- Please briefly explain what the code is supposed to do
- A code example should be executable directly -- also show which dataset you use to make sure a user can replicate your results.
- Explain what a figure refers to
Pull request
In case of a pull request should consider the following rules:
- Put your script into the appropriate folder.
- Name your script file appropriately such that user can immediately recognize its purpose.
- Explain what the code is supposed to do.
- Whether its replicating any existing publication or application (if so, please add a reference).