Skip to content

Commit 9a12a63

Browse files
committed
Rel 4.4.4 - Project.toml
1 parent 2bc4c19 commit 9a12a63

3 files changed

Lines changed: 103 additions & 1 deletion

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "StatisticalRethinking"
22
uuid = "2d09df54-9d0f-5258-8220-54c2a3d4fbee"
33
authors = ["Rob J Goedman <goedman@icloud.com>, Max Lapan (@Shmuma)"]
4-
version = "4.4.3"
4+
version = "4.4.4"
55

66
[deps]
77
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"

data/LoC_population.csv

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
"State","mormonPop","Pop"
2+
"Utah","2126216","3310774"
3+
"California","756507","39613493"
4+
"Idaho","462069","1860123"
5+
"Arizona","436521","7520103"
6+
"Texas","362037","29730311"
7+
"Washington","289479","7796941"
8+
"Nevada","184703","3185786"
9+
"Florida","160266","21944577"
10+
"Oregon","153540","4289439"
11+
"Colorado","150059","5893634"
12+
"Virginia","96496","8603985"
13+
"North Carolina","89083","10701022"
14+
"Georgia","87411","10830007"
15+
"New York","83293","19299981"
16+
"Hawaii","75009","1406430"
17+
"Missouri","72525","6169038"
18+
"New Mexico","69488","2105005"
19+
"Wyoming","67729","581075"
20+
"Ohio","62623","11714618"
21+
"Illinois","56888","12569321"
22+
"Tennessee","52290","6944260"
23+
"Pennsylvania","52290","12804123"
24+
"Montana","50552","1085004"
25+
"Oklahoma","49227","3990443"
26+
"Indiana","45942","6805663"
27+
"Michigan","45074","9992427"
28+
"Maryland","43411","6065436"
29+
"South Carolina","41358","5277830"
30+
"Kansas","38311","2917224"
31+
"Alabama","37765","4934193"
32+
"Kentucky","35886","4480713"
33+
"New Jersey","34173","8874520"
34+
"Alaska","33495","724357"
35+
"Minnesota","33276","5706398"
36+
"Arkansas","32307","3033946"
37+
"Iowa","28402","3167974"
38+
"Massachusetts","28040","6912239"
39+
"Wisconsin","27125","5852490"
40+
"Louisiana","25589","4627002"
41+
"Nebraska","25098","1951996"
42+
"Mississippi","21649","2966407"
43+
"West Virginia","17143","1767859"
44+
"Connecticut","15946","3552821"
45+
"North Dakota","11550","770026"
46+
"Maine","10958","1354522"
47+
"South Dakota","10610","896581"
48+
"New Hampshire","8872","1372203"
49+
"Delaware","5634","990334"
50+
"Vermont","4623","623251"
51+
"Rhode Island","4259","1061509"

data/cars.csv

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
"","speed","dist"
2+
"1",4,2
3+
"2",4,10
4+
"3",7,4
5+
"4",7,22
6+
"5",8,16
7+
"6",9,10
8+
"7",10,18
9+
"8",10,26
10+
"9",10,34
11+
"10",11,17
12+
"11",11,28
13+
"12",12,14
14+
"13",12,20
15+
"14",12,24
16+
"15",12,28
17+
"16",13,26
18+
"17",13,34
19+
"18",13,34
20+
"19",13,46
21+
"20",14,26
22+
"21",14,36
23+
"22",14,60
24+
"23",14,80
25+
"24",15,20
26+
"25",15,26
27+
"26",15,54
28+
"27",16,32
29+
"28",16,40
30+
"29",17,32
31+
"30",17,40
32+
"31",17,50
33+
"32",18,42
34+
"33",18,56
35+
"34",18,76
36+
"35",18,84
37+
"36",19,36
38+
"37",19,46
39+
"38",19,68
40+
"39",20,32
41+
"40",20,48
42+
"41",20,52
43+
"42",20,56
44+
"43",20,64
45+
"44",22,66
46+
"45",23,54
47+
"46",24,70
48+
"47",24,92
49+
"48",24,93
50+
"49",24,120
51+
"50",25,85

0 commit comments

Comments
 (0)