forked from worldbank/Stata-IE-Visual-Library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
173 lines (145 loc) · 5.01 KB
/
index.html
File metadata and controls
173 lines (145 loc) · 5.01 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html>
<head>
<title>Stata Visual Library</title>
<link rel="stylesheet" type="text/css" href="Page/assets/stylesheets/common.css">
<link rel="stylesheet" type="text/css" href="Page/assets/stylesheets/landingpage.css">
</head>
<body>
<header>
<div class="container">
<div id = "main-title">
<a href=#>Stata Visual Library<a>
</div>
<div id="navbar">
<ul>
<li>
<a href=#>Home</a>
</li>
<li>
<a href="https://github.com/worldbank/Stata-IE-Visual-Library/blob/master/CONTRIBUTING.md">Contribute</a>
</li>
<li>
<a href="https://github.com/worldbank/Stata-IE-Visual-Library/blob/master/LICENSE">License</a>
</li>
</ul>
</div>
</div>
</header>
<nav>
<div class="container">
<div id="subnavbar">
<div class="plot-row">
<div class="link-box">
<a href="Page/bar/index.html">Bar plots</a>
</div>
<div class="link-box">
<a href="Page/box/index.html">Box plots</a>
</div>
<div class="link-box">
<a href="Page/density/index.html">Density plots</a>
</div>
<div class="link-box">
<a href="Page/maps/index.html">Maps</a>
</div>
<div class="link-box">
<a href="Page/coef/index.html">Regression coefficients</a>
</div>
<div class="link-box">
<a href="Page/rd/index.html">Regression discontinuity</a>
</div>
<div class="link-box">
<a href="Page/scatter/index.html">Scatter plots</a>
</div>
</div>
</div>
</div>
</nav>
<main>
<div id="sidebar">
<h3>Explore the library</h3>
<p>This page contains graphs created in Stata to explore impact evaluation data sets and display results. Click on a graph to view the code that created it.</p>
<h3>GitHub Repository</h3>
<p>The do files and data sets used to create the Library's graphs are stored in the <a href="https://github.com/worldbank/Stata-IE-Visual-Library">Stata Visual Library GitHub repository</a>.</p>
<h3>Useful links</h3>
<div id="links">
<ul>
<li>
<a href="https://dimewiki.worldbank.org/">DIME Wiki</a>
</li>
<li>
<a href="https://www.stata.com/features/publication-quality-graphics/">Stata Graphics</a>
</li>
<li>
<a href="https://geocenter.github.io/StataTraining/portfolio/01_resource/">Stata Cheat Sheets</a>
</li>
<li>
<a href="https://github.com/worldbank/ietoolkit">ietoolkit</a>
</li>
<li>
<a href="https://github.com/worldbank/stata">Stata GitHub</a>
</li>
</ul>
</div>
</div>
<div class="container">
<div class="subpages">
<div class="plot-row">
<div class="plot-box">
<a href="Page/bar/index.html">
<h1>Bar plots</h1>
<img src="Library/Bar plots/Combined bar plots with two axes/figure.png" width = 100%>
</a>
</div>
<div class="plot-box">
<a href="Page/box/index.html">
<h1>Box plots</h1>
<img src="Library/Box plots/10-25-50-75-90 Percentile box plot/figure.png" width = 100%>
</a>
</div>
<div class="plot-box">
<a href="Page/coef/index.html">
<h1>Regression coefficients</h1>
<img src="Library/Regression coefficients/Comparison of marginal effects from different models/figure.png" width = 100%>
</a>
</div>
<div class="plot-box">
<a href="Page/density/index.html">
<h1>Density plots</h1>
<img src="Library/Density plots/Density plot with data points/figure.png" width = 100%>
</a>
</div>
</div>
<div class="plot-row">
<div class="plot-box">
<a href="Page/maps/index.html">
<h1>Maps</h1>
<img src="Library/Maps/Map displaying levels of a variable/figure.png" width = 100%>
</a>
</div>
<div class="plot-box">
<a href="Page/scatter/index.html">
<h1>Scatter plots</h1>
<img src="Library/Scatter plots/Scatter plot of major outcome (mean variable value), stratified by a variable/figure.png" width = 100%>
</a>
</div>
<div class="plot-box">
<a href="Page/rd/index.html">
<h1>Regression discontinuity</h1>
<img src="Library/RD plots/Regression discontinuity plots with confidence intervals/figure.png" width = 100%>
</a>
</div>
</div>
</div>
</div>
</main>
<footer>
<div class = "container">
<div id = "footer-text">
<h3>About us</h3>
<p><a href="https://www.worldbank.org/en/research/dime">DIME</a> is the impact evaluation unit of the World Bank Research Group. Part of DIME’s mission is to intensify the production of and access to public goods that improve the quantity and quality of global development research, while lowering the costs of doing IE for the entire research community. This Library is developed and maintained by the DIME Analytics team, a new initiative to provide data quality assurance to all DIME impact evaluations.</p>
</div>
</div>
</footer>
</body>
</html>