Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
30
Task/Stem-and-leaf-plot/Stata/stem-and-leaf-plot.stata
Normal file
30
Task/Stem-and-leaf-plot/Stata/stem-and-leaf-plot.stata
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
. clear all
|
||||
. input x
|
||||
12
|
||||
127
|
||||
28
|
||||
...
|
||||
31
|
||||
116
|
||||
146
|
||||
end
|
||||
|
||||
. stem x
|
||||
|
||||
Stem-and-leaf plot for x
|
||||
|
||||
0* | 77
|
||||
1* | 2388
|
||||
2* | 357777778899
|
||||
3* | 011112345677789
|
||||
4* | 001222233344456788
|
||||
5* | 23788
|
||||
6* | 138
|
||||
7* | 1
|
||||
8* |
|
||||
9* | 69
|
||||
10* | 4555567999
|
||||
11* | 13333444555666677778899
|
||||
12* | 00112234445556777788
|
||||
13* | 1239
|
||||
14* | 16
|
||||
Loading…
Add table
Add a link
Reference in a new issue