-
Notifications
You must be signed in to change notification settings - Fork 241
Expand file tree
/
Copy pathks.do
More file actions
46 lines (45 loc) · 743 Bytes
/
Copy pathks.do
File metadata and controls
46 lines (45 loc) · 743 Bytes
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
clear
input d y
0 0.22
0 -0.87
0 -2.39
0 -1.79
0 0.37
0 -1.54
0 1.28
0 -0.31
0 -0.74
0 1.72
0 0.38
0 -0.17
0 -0.62
0 -1.10
0 0.30
0 0.15
0 2.30
0 0.19
0 -0.50
0 -0.09
1 -5.13
1 -2.19
1 -2.43
1 -3.83
1 0.50
1 -3.25
1 4.32
1 1.63
1 5.18
1 -0.43
1 7.11
1 4.87
1 -3.10
1 -5.81
1 3.76
1 6.31
1 2.58
1 0.07
1 5.76
1 3.50
end
twoway (kdensity y if d==1) (kdensity y if d==0, lcolor(blue) lwidth(medium) lpattern(dash)), \\\
title(Kolmogorov-Smirnov test) legend(order(1 ``Treatment'' 2 ``Control''))