forked from maartenteaches/mkproject
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmp_readme.mpb
38 lines (27 loc) · 1.08 KB
/
mp_readme.mpb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<header>
<mkproject> boilerplate
<version> 2.1.0
<label> readme.md for when you want to put your project on github or the like
<description>
{pstd}
This template creates a readme.md file that will be used if you put your project
on github to introduce your project to people visiting your project page.
</description>
</header>
<body> -------------------------------------------------------------------------
# Title
*Author*
*affiliation*
## Description
These are the replication files for the project [title]. The aim of this project is [something brilliant].
## Requirements and use
These .do files require Stata # or higher.
In addition it requires the following community contributed package(s):
- `fre` from SSC
To use these .do files you:
1. Install the required packages
2. fork this repository
3. Obtain the raw data files [name1, name2, ...] from https://doi.org/######### and save those in the directory `data`
4. In ana/main.do change line 5 (`cd ..."`) to where your directory is
5. run main.do
</body> ------------------------------------------------------------------------