galaaz 0.4.10 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2048 -531
- data/Rakefile +3 -2
- data/bin/gknit +152 -6
- data/bin/gknit-draft +105 -0
- data/bin/gknit-draft.rb +28 -0
- data/bin/gknit_Rscript +127 -0
- data/bin/grun +27 -1
- data/bin/gstudio +47 -4
- data/bin/{gstudio.rb → gstudio_irb.rb} +0 -0
- data/bin/gstudio_pry.rb +7 -0
- data/blogs/galaaz_ggplot/galaaz_ggplot.html +10 -195
- data/blogs/galaaz_ggplot/galaaz_ggplot.md +404 -0
- data/blogs/galaaz_ggplot/galaaz_ggplot_files/figure-html/midwest_rb.png +0 -0
- data/blogs/galaaz_ggplot/galaaz_ggplot_files/figure-html/scatter_plot_rb.png +0 -0
- data/blogs/gknit/gknit.Rmd +5 -3
- data/blogs/gknit/gknit.pdf +0 -0
- data/blogs/gknit/lst.rds +0 -0
- data/blogs/manual/lst.rds +0 -0
- data/blogs/manual/manual.Rmd +826 -53
- data/blogs/manual/manual.html +2338 -695
- data/blogs/manual/manual.md +2032 -539
- data/blogs/manual/manual.pdf +0 -0
- data/blogs/manual/manual.tex +1804 -594
- data/blogs/manual/manual_files/figure-html/bubble-1.png +0 -0
- data/blogs/manual/manual_files/figure-html/diverging_bar.png +0 -0
- data/blogs/manual/manual_files/figure-latex/bubble-1.png +0 -0
- data/blogs/manual/manual_files/figure-latex/diverging_bar.pdf +0 -0
- data/blogs/manual/model.rb +41 -0
- data/blogs/nse_dplyr/nse_dplyr.Rmd +226 -73
- data/blogs/nse_dplyr/nse_dplyr.html +254 -336
- data/blogs/nse_dplyr/nse_dplyr.md +353 -158
- data/blogs/oh_my/oh_my.html +274 -386
- data/blogs/oh_my/oh_my.md +208 -205
- data/blogs/ruby_plot/ruby_plot.html +20 -205
- data/blogs/ruby_plot/ruby_plot.md +14 -15
- data/blogs/ruby_plot/ruby_plot_files/figure-html/dose_len.png +0 -0
- data/blogs/ruby_plot/ruby_plot_files/figure-html/facet_by_delivery.png +0 -0
- data/blogs/ruby_plot/ruby_plot_files/figure-html/facet_by_dose.png +0 -0
- data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_by_delivery_color.png +0 -0
- data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_by_delivery_color2.png +0 -0
- data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_with_decorations.png +0 -0
- data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_with_jitter.png +0 -0
- data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_with_points.png +0 -0
- data/blogs/ruby_plot/ruby_plot_files/figure-html/final_box_plot.png +0 -0
- data/blogs/ruby_plot/ruby_plot_files/figure-html/final_violin_plot.png +0 -0
- data/blogs/ruby_plot/ruby_plot_files/figure-html/violin_with_jitter.png +0 -0
- data/examples/Bibliography/master.bib +50 -0
- data/examples/Bibliography/stats.bib +72 -0
- data/examples/islr/x_y_rnorm.jpg +0 -0
- data/examples/latex_templates/Test-acm_article/Makefile +16 -0
- data/examples/latex_templates/Test-acm_article/Test-acm_article.Rmd +65 -0
- data/examples/latex_templates/Test-acm_article/acm_proc_article-sp.cls +1670 -0
- data/examples/latex_templates/Test-acm_article/sensys-abstract.cls +703 -0
- data/examples/latex_templates/Test-acm_article/sigproc.bib +59 -0
- data/examples/latex_templates/Test-acs_article/Test-acs_article.Rmd +260 -0
- data/examples/latex_templates/Test-acs_article/Test-acs_article.pdf +0 -0
- data/examples/latex_templates/Test-acs_article/acs-Test-acs_article.bib +11 -0
- data/examples/latex_templates/Test-acs_article/acs-my_output.bib +11 -0
- data/examples/latex_templates/Test-acs_article/acstest.bib +17 -0
- data/examples/latex_templates/Test-aea_article/AEA.cls +1414 -0
- data/{blogs/gknit/marshal.dump → examples/latex_templates/Test-aea_article/BibFile.bib} +0 -0
- data/examples/latex_templates/Test-aea_article/Test-aea_article.Rmd +108 -0
- data/examples/latex_templates/Test-aea_article/Test-aea_article.pdf +0 -0
- data/examples/latex_templates/Test-aea_article/aea.bst +1269 -0
- data/examples/latex_templates/Test-aea_article/multicol.sty +853 -0
- data/examples/latex_templates/Test-aea_article/references.bib +0 -0
- data/examples/latex_templates/Test-aea_article/setspace.sty +546 -0
- data/examples/latex_templates/Test-amq_article/Test-amq_article.Rmd +256 -0
- data/examples/latex_templates/Test-amq_article/Test-amq_article.pdf +0 -0
- data/examples/latex_templates/Test-amq_article/Test-amq_article.pdfsync +3397 -0
- data/examples/latex_templates/Test-amq_article/pics/Figure2.pdf +0 -0
- data/examples/latex_templates/Test-ams_article/Test-ams_article.Rmd +215 -0
- data/examples/latex_templates/Test-ams_article/amstest.bib +436 -0
- data/examples/latex_templates/Test-asa_article/Test-asa_article.Rmd +153 -0
- data/examples/latex_templates/Test-asa_article/Test-asa_article.pdf +0 -0
- data/examples/latex_templates/Test-asa_article/agsm.bst +1353 -0
- data/examples/latex_templates/Test-asa_article/bibliography.bib +233 -0
- data/examples/latex_templates/Test-ieee_article/IEEEtran.bst +2409 -0
- data/examples/latex_templates/Test-ieee_article/IEEEtran.cls +6346 -0
- data/examples/latex_templates/Test-ieee_article/Test-ieee_article.Rmd +175 -0
- data/examples/latex_templates/Test-ieee_article/Test-ieee_article.pdf +0 -0
- data/examples/latex_templates/Test-ieee_article/mybibfile.bib +20 -0
- data/examples/latex_templates/Test-rjournal_article/RJournal.sty +335 -0
- data/examples/latex_templates/Test-rjournal_article/RJreferences.bib +18 -0
- data/examples/latex_templates/Test-rjournal_article/RJwrapper.pdf +0 -0
- data/examples/latex_templates/Test-rjournal_article/Test-rjournal_article.Rmd +52 -0
- data/examples/latex_templates/Test-springer_article/Test-springer_article.Rmd +65 -0
- data/examples/latex_templates/Test-springer_article/Test-springer_article.pdf +0 -0
- data/examples/latex_templates/Test-springer_article/bibliography.bib +26 -0
- data/examples/latex_templates/Test-springer_article/spbasic.bst +1658 -0
- data/examples/latex_templates/Test-springer_article/spmpsci.bst +1512 -0
- data/examples/latex_templates/Test-springer_article/spphys.bst +1443 -0
- data/examples/latex_templates/Test-springer_article/svglov3.clo +113 -0
- data/examples/latex_templates/Test-springer_article/svjour3.cls +1431 -0
- data/examples/rmarkdown/svm-rmarkdown-anon-ms-example/svm-rmarkdown-anon-ms-example.Rmd +73 -0
- data/examples/rmarkdown/svm-rmarkdown-anon-ms-example/svm-rmarkdown-anon-ms-example.pdf +0 -0
- data/examples/rmarkdown/svm-rmarkdown-article-example/svm-rmarkdown-article-example.Rmd +382 -0
- data/examples/rmarkdown/svm-rmarkdown-article-example/svm-rmarkdown-article-example.pdf +0 -0
- data/examples/rmarkdown/svm-rmarkdown-beamer-example/svm-rmarkdown-beamer-example.Rmd +164 -0
- data/examples/rmarkdown/svm-rmarkdown-beamer-example/svm-rmarkdown-beamer-example.pdf +0 -0
- data/examples/rmarkdown/svm-rmarkdown-cv/svm-rmarkdown-cv.Rmd +92 -0
- data/examples/rmarkdown/svm-rmarkdown-cv/svm-rmarkdown-cv.pdf +0 -0
- data/examples/rmarkdown/svm-rmarkdown-syllabus-example/attend-grade-relationships.csv +482 -0
- data/examples/rmarkdown/svm-rmarkdown-syllabus-example/svm-rmarkdown-syllabus-example.Rmd +280 -0
- data/examples/rmarkdown/svm-rmarkdown-syllabus-example/svm-rmarkdown-syllabus-example.pdf +0 -0
- data/examples/rmarkdown/svm-xaringan-example/svm-xaringan-example.Rmd +386 -0
- data/lib/R_interface/r.rb +1 -1
- data/lib/R_interface/r_libs.R +1 -1
- data/lib/R_interface/r_methods.rb +10 -0
- data/lib/R_interface/rpkg.rb +1 -0
- data/lib/R_interface/rsupport.rb +4 -6
- data/lib/gknit.rb +2 -0
- data/lib/gknit/draft.rb +105 -0
- data/lib/gknit/knitr_engine.rb +0 -33
- data/lib/util/exec_ruby.rb +1 -27
- data/specs/figures/bg.jpeg +0 -0
- data/specs/figures/bg.png +0 -0
- data/specs/figures/dose_len.png +0 -0
- data/specs/figures/no_args.jpeg +0 -0
- data/specs/figures/no_args.png +0 -0
- data/specs/figures/width_height.jpeg +0 -0
- data/specs/figures/width_height.png +0 -0
- data/specs/figures/width_height_units1.jpeg +0 -0
- data/specs/figures/width_height_units1.png +0 -0
- data/specs/figures/width_height_units2.jpeg +0 -0
- data/specs/figures/width_height_units2.png +0 -0
- data/specs/r_dataframe.spec.rb +11 -11
- data/specs/ruby_expression.spec.rb +1 -0
- data/specs/tmp.rb +41 -20
- data/version.rb +1 -1
- metadata +73 -35
- data/blogs/galaaz_ggplot/galaaz_ggplot.aux +0 -41
- data/blogs/galaaz_ggplot/galaaz_ggplot.out +0 -10
- data/blogs/galaaz_ggplot/galaaz_ggplot_files/figure-latex/midwest_rb.pdf +0 -0
- data/blogs/galaaz_ggplot/galaaz_ggplot_files/figure-latex/scatter_plot_rb.pdf +0 -0
- data/blogs/gknit/gknit.md +0 -1430
- data/blogs/gknit/gknit.tex +0 -1358
- data/blogs/manual/graph.rb +0 -29
- data/blogs/nse_dplyr/nse_dplyr.tex +0 -1373
- data/blogs/ruby_plot/ruby_plot.Rmd_external_figs +0 -662
- data/blogs/ruby_plot/ruby_plot_files/figure-html/dose_len.svg +0 -57
- data/blogs/ruby_plot/ruby_plot_files/figure-html/facet_by_delivery.svg +0 -106
- data/blogs/ruby_plot/ruby_plot_files/figure-html/facet_by_dose.svg +0 -110
- data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_by_delivery_color.svg +0 -174
- data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_by_delivery_color2.svg +0 -236
- data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_with_jitter.svg +0 -296
- data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_with_points.svg +0 -236
- data/blogs/ruby_plot/ruby_plot_files/figure-html/final_box_plot.svg +0 -218
- data/blogs/ruby_plot/ruby_plot_files/figure-html/final_violin_plot.svg +0 -128
- data/blogs/ruby_plot/ruby_plot_files/figure-html/violin_with_jitter.svg +0 -150
- data/blogs/ruby_plot/ruby_plot_files/figure-latex/dose_len.png +0 -0
- data/blogs/ruby_plot/ruby_plot_files/figure-latex/facet_by_delivery.png +0 -0
- data/blogs/ruby_plot/ruby_plot_files/figure-latex/facet_by_dose.png +0 -0
- data/blogs/ruby_plot/ruby_plot_files/figure-latex/facets_by_delivery_color.png +0 -0
- data/blogs/ruby_plot/ruby_plot_files/figure-latex/facets_by_delivery_color2.png +0 -0
- data/blogs/ruby_plot/ruby_plot_files/figure-latex/facets_with_decorations.png +0 -0
- data/blogs/ruby_plot/ruby_plot_files/figure-latex/facets_with_jitter.png +0 -0
- data/blogs/ruby_plot/ruby_plot_files/figure-latex/facets_with_points.png +0 -0
- data/blogs/ruby_plot/ruby_plot_files/figure-latex/final_box_plot.png +0 -0
- data/blogs/ruby_plot/ruby_plot_files/figure-latex/final_violin_plot.png +0 -0
- data/blogs/ruby_plot/ruby_plot_files/figure-latex/violin_with_jitter.png +0 -0
- data/examples/paper/paper.rb +0 -36
Binary file
|
@@ -0,0 +1,164 @@
|
|
1
|
+
---
|
2
|
+
title: An Example R Markdown Document
|
3
|
+
subtitle: (A Subtitle Would Go Here if This Were a Class)
|
4
|
+
author: Steven V. Miller
|
5
|
+
institute: Department of Political Science
|
6
|
+
titlegraphic: ./orange-purple.png
|
7
|
+
fontsize: 10pt
|
8
|
+
output:
|
9
|
+
beamer_presentation:
|
10
|
+
template: ~/desenv/galaaz/sty/svm-r-markdown-templates/svm-latex-beamer.tex
|
11
|
+
keep_tex: true
|
12
|
+
# toc: true
|
13
|
+
slide_level: 2
|
14
|
+
ioslides_presentation:
|
15
|
+
smaller: true
|
16
|
+
logo: png-tiger-paw-open-2000.png
|
17
|
+
make149: true
|
18
|
+
---
|
19
|
+
|
20
|
+
<style>
|
21
|
+
slides > slide.backdrop {
|
22
|
+
background: white;
|
23
|
+
border-bottom: 0px;
|
24
|
+
box-shadow: 0 0 0;
|
25
|
+
}
|
26
|
+
|
27
|
+
|
28
|
+
slides > slide {
|
29
|
+
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
|
30
|
+
border-bottom: 3px solid #F66733;
|
31
|
+
box-shadow: 0 3px 0 #522D80;
|
32
|
+
|
33
|
+
}
|
34
|
+
|
35
|
+
.title-slide hgroup h1 {
|
36
|
+
color: #522D80;
|
37
|
+
}
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
h2 {
|
42
|
+
|
43
|
+
color: #522D80;
|
44
|
+
}
|
45
|
+
|
46
|
+
slides > slide.dark {
|
47
|
+
background: #522D80 !important;
|
48
|
+
border-bottom: 0;
|
49
|
+
box-shadow: 0 0 0;
|
50
|
+
}
|
51
|
+
|
52
|
+
.segue h2 {
|
53
|
+
color: white;
|
54
|
+
}
|
55
|
+
|
56
|
+
slides > slide.title-slide {
|
57
|
+
border-bottom: 0;
|
58
|
+
box-shadow: 0 0 0;
|
59
|
+
}
|
60
|
+
|
61
|
+
ol, ul {
|
62
|
+
|
63
|
+
padding-bottom: 10px;
|
64
|
+
|
65
|
+
}
|
66
|
+
|
67
|
+
</style>
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
# Pop Songs and Political Science
|
72
|
+
|
73
|
+
## Sheena Easton and Game Theory
|
74
|
+
|
75
|
+
Sheena Easton describes the following scenario for her baby:
|
76
|
+
|
77
|
+
1. Takes the morning train
|
78
|
+
2. Works from nine 'til five
|
79
|
+
3. Takes another train home again
|
80
|
+
4. Finds Sheena Easton waiting for him
|
81
|
+
|
82
|
+
Sheena Easton and her baby are playing a **zero-sum (total conflict) game**.
|
83
|
+
|
84
|
+
- Akin to Holmes-Moriarty game (see: von Neumann and Morgenstern)
|
85
|
+
- Solution: **mixed strategy**
|
86
|
+
|
87
|
+
## Rick Astley's Re-election Platform
|
88
|
+
|
89
|
+
Rick Astley's campaign promises:
|
90
|
+
|
91
|
+
- Never gonna give you up.
|
92
|
+
- Never gonna let you down.
|
93
|
+
- Never gonna run around and desert you.
|
94
|
+
- Never gonna make you cry.
|
95
|
+
- Never gonna say goodbye.
|
96
|
+
- Never gonna tell a lie and hurt you.
|
97
|
+
|
98
|
+
Whereas these pledges conform to the preferences of the **median voter**, we expect
|
99
|
+
Congressman Astley to secure re-election.
|
100
|
+
|
101
|
+
## Caribbean Queen and Operation Urgent Fury
|
102
|
+
|
103
|
+
Billy Ocean released "Caribbean Queen" in 1984.
|
104
|
+
|
105
|
+
- Emphasized sharing the same dream
|
106
|
+
- Hearts beating as one
|
107
|
+
|
108
|
+
"Caribbean Queen" is about the poor execution of Operation Urgent Fury.
|
109
|
+
|
110
|
+
- Echoed JCS chairman David Jones' frustrations with military establishment.
|
111
|
+
|
112
|
+
Billy Ocean is advocating for what became the Goldwater-Nichols Act.
|
113
|
+
|
114
|
+
- Wanted to take advantage of **economies of scale**, resolve **coordination problems** in U.S. military.
|
115
|
+
|
116
|
+
## The Good Day Hypothesis
|
117
|
+
|
118
|
+
We know the following about Ice Cube's day.
|
119
|
+
|
120
|
+
1. The Lakers beat the Supersonics.
|
121
|
+
2. No helicopter looked for a murder.
|
122
|
+
3. Consumed Fatburger at 2 a.m.
|
123
|
+
4. Goodyear blimp: "Ice Cube's a pimp."
|
124
|
+
|
125
|
+
This leads to two different hypotheses:
|
126
|
+
|
127
|
+
- $H_0$: Ice Cube's day is statistically indistinguishable from a typical day.
|
128
|
+
- $H_1$: Ice Cube is having a good (i.e. greater than average) day.
|
129
|
+
|
130
|
+
These hypotheses are tested using archival data of Ice Cube's life.
|
131
|
+
|
132
|
+
# Example R code
|
133
|
+
## Example R stuff
|
134
|
+
|
135
|
+
```{r cars, echo = TRUE}
|
136
|
+
summary(cars)
|
137
|
+
```
|
138
|
+
|
139
|
+
## Slide with Plot
|
140
|
+
|
141
|
+
```{r pressure}
|
142
|
+
# plot(pressure)
|
143
|
+
# function plot is not available in fastR -- should use ggplot
|
144
|
+
```
|
145
|
+
|
146
|
+
## ggplot code
|
147
|
+
|
148
|
+
```{r createdata, dev = "png", echo=TRUE, eval=FALSE}
|
149
|
+
df <- data.frame(x = rnorm(1000))
|
150
|
+
x <- df$x
|
151
|
+
base <- ggplot(df, aes(x)) + geom_density() + scale_x_continuous(limits = c(-5, 5))
|
152
|
+
base + stat_function(fun = dnorm, colour = "red")
|
153
|
+
```
|
154
|
+
|
155
|
+
|
156
|
+
## Another Plot
|
157
|
+
|
158
|
+
```{r plotit, dev = "png", echo=FALSE}
|
159
|
+
library(ggplot2)
|
160
|
+
df <- data.frame(x = rnorm(1000))
|
161
|
+
x <- df$x
|
162
|
+
base <- ggplot(df, aes(x)) + geom_density() + scale_x_continuous(limits = c(-5, 5))
|
163
|
+
base + stat_function(fun = dnorm, colour = "red")
|
164
|
+
```
|
Binary file
|
@@ -0,0 +1,92 @@
|
|
1
|
+
---
|
2
|
+
output:
|
3
|
+
pdf_document:
|
4
|
+
latex_engine: pdflatex
|
5
|
+
template: /home/rbotafogo/desenv/galaaz/sty/svm-r-markdown-templates/svm-latex-cv.tex
|
6
|
+
geometry: margin=1in
|
7
|
+
|
8
|
+
title: "CV"
|
9
|
+
author: William Sealy Gosset
|
10
|
+
|
11
|
+
jobtitle: "Chief Brewer, Arthur Guinness & Son"
|
12
|
+
address: "Guinness Brewery · Park Royal · London NW10 7RR, UK"
|
13
|
+
fontawesome: yes
|
14
|
+
email: guinness@consumer-care.net
|
15
|
+
# github: svmiller
|
16
|
+
# twitter: stevenvmiller
|
17
|
+
#osf: "Enter 5 digit osf string here"
|
18
|
+
phone: "+353 1 408 4800"
|
19
|
+
web: guinness.com
|
20
|
+
updated: no
|
21
|
+
|
22
|
+
keywords: R Markdown, academic CV, template
|
23
|
+
|
24
|
+
fontfamily: mathpazo
|
25
|
+
fontfamilyoptions: sc, osf
|
26
|
+
fontsize: 11pt
|
27
|
+
linkcolor: blue
|
28
|
+
urlcolor: blue
|
29
|
+
---
|
30
|
+
|
31
|
+
# Employment
|
32
|
+
|
33
|
+
*Arthur Guinness & Son*
|
34
|
+
|
35
|
+
Chief Brewer (Park Royal) \hfill 1935-1937
|
36
|
+
|
37
|
+
Researcher (Dublin) \hfill 1899-1935
|
38
|
+
|
39
|
+
# Education
|
40
|
+
|
41
|
+
*New College, Oxford University*, B.A. Chemistry \hfill 1899
|
42
|
+
|
43
|
+
|
44
|
+
# Publications
|
45
|
+
|
46
|
+
## Books
|
47
|
+
|
48
|
+
Pearson, E.S. and John Wishart (eds.). 1943. *"Student's" Collected Papers* London: Biometrika Office.
|
49
|
+
|
50
|
+
## Journal Articles
|
51
|
+
|
52
|
+
Student. 1938. "Comparison between Balanced and Random Arrangements on Field Plots." *Biometrika* 29(3-4): 363--378.
|
53
|
+
|
54
|
+
Student. 1936. "Co-operation in Large Scale Experiments." *Supplement to Journal of the Royal Statistical Society* 3(2): 115--136.
|
55
|
+
|
56
|
+
Student. 1931. "On the *z* Test." *Biometrika* 23(3-4): 407-408.
|
57
|
+
|
58
|
+
Student. 1931. "The Lanarkshire Milk Experiment." *Biometrika* 23(3-4): 398--406.
|
59
|
+
|
60
|
+
Student. 1929. "Statistics in Biological Research." *Nature* 124: 93
|
61
|
+
|
62
|
+
Student. 1927. "Errors of Routine Analysis." *Biometrika* 19(1-2): 151--164.
|
63
|
+
|
64
|
+
Student. 1926. "Mathematics and Agronomy." *Journal of the American Society of Agronomy* 18.
|
65
|
+
|
66
|
+
Student. 1925. "New Tables for Testing the Significance of Observations." *Metron* 5(3): 105--108.
|
67
|
+
|
68
|
+
Student. 1923. "On Testing Varieties of Cereals." *Biometrika* 15(3-4): 271--293.
|
69
|
+
|
70
|
+
Student. 1921. "An Experimental Determination of the Probable Error of Dr. Spearman's Correlation Co-efficient" *Biometrika* 13(2-3): 263--282.
|
71
|
+
|
72
|
+
Student. 1917. "Tables for Estimating the Probability That the Given Mean of a Unique Sample of Observations Lies between $-\infty$ and Any Given Distance of the Mean of the Population from Which the Sample Is Drawn." *Biometrika* 11(4): 414--417.
|
73
|
+
|
74
|
+
Student. 1909. "The Distribution of the Means of Samples Which Are Not Drawn at Random." *Biometrika* 7(1-2): 210--214.
|
75
|
+
|
76
|
+
Student. 1908. "Probable Error of a Correlation Coefficient." *Biometrika* 6(2-3): 302--310.
|
77
|
+
|
78
|
+
Student. 1908. "The Probable Error of a Mean." *Biometrika* 6(1): 1--25.
|
79
|
+
|
80
|
+
Student. 1907. "On the Error of Counting with a Haemacytometer." *Biometrika* 5(3): 351--360.
|
81
|
+
|
82
|
+
## Other Publications
|
83
|
+
|
84
|
+
Student. 1905. "The Pearson Co-efficient of Correlation." Supplement to Report of 1904, Arthur Guinness Son & Company.
|
85
|
+
|
86
|
+
Student. 1904. "The Application of the 'Law of Error' to the Work of the Brewery." Report, Arthur Guinness Son & Company.
|
87
|
+
|
88
|
+
# References
|
89
|
+
|
90
|
+
Available upon request, though likely would include Karl Pearson and Ronald A. Fisher. Please
|
91
|
+
send corrections, feedback, or details of missed publications (of which there are probably
|
92
|
+
a few) to svmille@clemson.edu.
|
Binary file
|
@@ -0,0 +1,482 @@
|
|
1
|
+
name,id,attendance,max,grade,term,class,rgrade,perattend
|
2
|
+
8,278,17,21,76,1,2,76,80.95238095238095
|
3
|
+
65,378,18,21,67.4,1,2,67,85.71428571428571
|
4
|
+
89,76,17,21,42.3,1,2,42,80.95238095238095
|
5
|
+
139,406,12,21,36.7,1,2,37,57.14285714285714
|
6
|
+
225,442,16,21,79.8,1,2,80,76.19047619047619
|
7
|
+
266,129,16,21,79.7,1,2,80,76.19047619047619
|
8
|
+
287,460,7,21,68,1,2,68,33.33333333333333
|
9
|
+
289,309,19,21,82.6,1,2,83,90.47619047619048
|
10
|
+
328,435,21,21,94.4,1,2,94,100
|
11
|
+
338,328,21,21,97.5,1,2,98,100
|
12
|
+
370,18,20,21,83.8,1,2,84,95.23809523809523
|
13
|
+
487,310,19,21,90.5,1,2,90,90.47619047619048
|
14
|
+
490,254,18,21,90.2,1,2,90,85.71428571428571
|
15
|
+
50,9,18,20,83.25,2,2,83,90
|
16
|
+
68,279,17,20,59.2,2,2,59,85
|
17
|
+
87,387,16,20,80.85,2,2,81,80
|
18
|
+
162,257,19,20,79.95,2,2,80,95
|
19
|
+
184,155,20,20,87.6,2,2,88,100
|
20
|
+
185,137,17,20,90.35,2,2,90,85
|
21
|
+
252,259,20,20,87.7,2,2,88,100
|
22
|
+
263,307,13,20,25,2,2,25,65
|
23
|
+
296,238,18,20,78.1,2,2,78,90
|
24
|
+
298,389,18,20,80.35,2,2,80,90
|
25
|
+
299,338,13,20,66,2,2,66,65
|
26
|
+
329,151,16,20,83,2,2,83,80
|
27
|
+
348,482,17,20,80.95,2,2,81,85
|
28
|
+
361,433,15,20,64.75,2,2,65,75
|
29
|
+
417,330,8,20,19.5,2,2,20,40
|
30
|
+
428,376,20,20,100,2,2,100,100
|
31
|
+
465,412,15,20,68.45,2,2,68,75
|
32
|
+
1,420,19,20,94.625,1,3,95,95
|
33
|
+
19,66,20,20,80.375,1,3,80,100
|
34
|
+
58,54,17,20,84.75,1,3,85,85
|
35
|
+
65,378,18,20,81.125,1,3,81,90
|
36
|
+
70,341,9,20,20,1,3,20,45
|
37
|
+
79,463,14,20,61,1,3,61,70
|
38
|
+
111,248,1,20,33.25,1,3,33,5
|
39
|
+
115,374,19,20,80.5,1,3,80,95
|
40
|
+
117,295,18,20,88.75,1,3,89,90
|
41
|
+
132,244,14,20,71.875,1,3,72,70
|
42
|
+
139,406,12,20,54.25,1,3,54,60
|
43
|
+
148,62,17,20,85.625,1,3,86,85
|
44
|
+
155,308,16,20,84.75,1,3,85,80
|
45
|
+
156,38,20,20,87.875,1,3,88,100
|
46
|
+
165,301,18,20,87.875,1,3,88,90
|
47
|
+
182,247,19,20,80.125,1,3,80,95
|
48
|
+
196,305,19,20,75.125,1,3,75,95
|
49
|
+
203,483,7,20,46.875,1,3,47,35
|
50
|
+
218,468,17,20,84,1,3,84,85
|
51
|
+
226,2,17,20,82.875,1,3,83,85
|
52
|
+
228,219,17,20,56,1,3,56,85
|
53
|
+
230,334,15,20,76.75,1,3,77,75
|
54
|
+
247,303,14,20,69.375,1,3,69,70
|
55
|
+
255,256,20,20,93,1,3,93,100
|
56
|
+
280,436,18,20,90.375,1,3,90,90
|
57
|
+
282,14,19,20,85.25,1,3,85,95
|
58
|
+
293,424,20,20,88.125,1,3,88,100
|
59
|
+
294,324,16,20,82.5,1,3,82,80
|
60
|
+
296,238,17,20,85.125,1,3,85,85
|
61
|
+
298,389,18,20,82.75,1,3,83,90
|
62
|
+
316,255,15,20,55.125,1,3,55,75
|
63
|
+
322,250,17,20,99.125,1,3,99,85
|
64
|
+
323,4,19,20,95.625,1,3,96,95
|
65
|
+
335,455,16,20,72.5,1,3,72,80
|
66
|
+
341,83,20,20,90.375,1,3,90,100
|
67
|
+
352,421,11,20,50.25,1,3,50,55.00000000000001
|
68
|
+
386,177,19,20,79.375,1,3,79,95
|
69
|
+
389,246,19,20,89.875,1,3,90,95
|
70
|
+
394,335,17,20,84.625,1,3,85,85
|
71
|
+
416,393,13,20,53.75,1,3,54,65
|
72
|
+
438,107,16,20,81,1,3,81,80
|
73
|
+
454,8,7,20,49.625,1,3,50,35
|
74
|
+
459,61,19,20,94.75,1,3,95,95
|
75
|
+
465,412,15,20,90.5,1,3,90,75
|
76
|
+
469,31,19,20,86.5,1,3,86,95
|
77
|
+
487,310,17,20,91.625,1,3,92,85
|
78
|
+
492,352,15,20,81.375,1,3,81,75
|
79
|
+
6,34,16,18,90.125,5,4,90,88.88888888888889
|
80
|
+
7,410,16,18,90.1,5,4,90,88.88888888888889
|
81
|
+
14,190,16,18,86.65,5,4,87,88.88888888888889
|
82
|
+
30,211,3,18,45.25,5,4,45,16.666666666666664
|
83
|
+
36,77,15,18,77.375,5,4,77,83.33333333333334
|
84
|
+
41,267,15,18,70.2,5,4,70,83.33333333333334
|
85
|
+
95,55,10,18,51.075,5,4,51,55.55555555555556
|
86
|
+
101,234,16,18,88.35,5,4,88,88.88888888888889
|
87
|
+
114,351,15,18,97.7,5,4,98,83.33333333333334
|
88
|
+
115,374,15,18,83.425,5,4,83,83.33333333333334
|
89
|
+
140,272,14,18,80.1,5,4,80,77.77777777777779
|
90
|
+
153,398,16,18,89.1,5,4,89,88.88888888888889
|
91
|
+
158,167,13,18,76.85,5,4,77,72.22222222222221
|
92
|
+
180,316,17,18,92.025,5,4,92,94.44444444444444
|
93
|
+
190,353,17,18,91.9,5,4,92,94.44444444444444
|
94
|
+
193,382,16,18,92.05,5,4,92,88.88888888888889
|
95
|
+
197,112,16,18,90.3,5,4,90,88.88888888888889
|
96
|
+
219,361,15,18,90.05,5,4,90,83.33333333333334
|
97
|
+
246,358,16,18,82.9,5,4,83,88.88888888888889
|
98
|
+
301,139,14,18,77.075,5,4,77,77.77777777777779
|
99
|
+
315,491,16,18,59.05,5,4,59,88.88888888888889
|
100
|
+
328,435,17,18,99.3,5,4,99,94.44444444444444
|
101
|
+
386,177,16,18,80.7,5,4,81,88.88888888888889
|
102
|
+
389,246,16,18,69.5,5,4,70,88.88888888888889
|
103
|
+
396,323,13,18,73.75,5,4,74,72.22222222222221
|
104
|
+
410,314,16,18,54.15,5,4,54,88.88888888888889
|
105
|
+
423,364,15,18,81.425,5,4,81,83.33333333333334
|
106
|
+
429,296,14,18,83.05,5,4,83,77.77777777777779
|
107
|
+
438,107,14,18,75.525,5,4,76,77.77777777777779
|
108
|
+
440,479,14,18,85.7,5,4,86,77.77777777777779
|
109
|
+
442,438,3,18,30.1,5,4,30,16.666666666666664
|
110
|
+
457,114,18,18,74.725,5,4,75,100
|
111
|
+
489,23,14,18,79.5,5,4,80,77.77777777777779
|
112
|
+
493,425,17,18,86.975,5,4,87,94.44444444444444
|
113
|
+
12,15,17,19,49.6,2,1,50,89.47368421052632
|
114
|
+
38,458,17,19,79.2,2,1,79,89.47368421052632
|
115
|
+
60,404,19,19,84.1,2,1,84,100
|
116
|
+
75,90,17,19,72.8,2,1,73,89.47368421052632
|
117
|
+
76,227,15,19,85.5,2,1,86,78.94736842105263
|
118
|
+
84,25,16,19,69.6,2,1,70,84.21052631578947
|
119
|
+
92,36,18,19,86.4,2,1,86,94.73684210526315
|
120
|
+
93,133,17,19,62.2,2,1,62,89.47368421052632
|
121
|
+
94,388,19,19,84.7,2,1,85,100
|
122
|
+
123,322,18,19,75.5,2,1,76,94.73684210526315
|
123
|
+
128,401,15,19,85.1,2,1,85,78.94736842105263
|
124
|
+
134,141,19,19,73.9,2,1,74,100
|
125
|
+
137,485,14,19,67.9,2,1,68,73.68421052631578
|
126
|
+
141,432,18,19,66.4,2,1,66,94.73684210526315
|
127
|
+
143,266,15,19,86.9,2,1,87,78.94736842105263
|
128
|
+
164,216,19,19,97.2,2,1,97,100
|
129
|
+
169,37,17,19,82.6,2,1,83,89.47368421052632
|
130
|
+
175,418,18,19,85.2,2,1,85,94.73684210526315
|
131
|
+
189,245,19,19,77,2,1,77,100
|
132
|
+
201,333,17,19,81.2,2,1,81,89.47368421052632
|
133
|
+
210,313,15,19,75.3,2,1,75,78.94736842105263
|
134
|
+
222,205,19,19,93.5,2,1,94,100
|
135
|
+
234,379,18,19,77.9,2,1,78,94.73684210526315
|
136
|
+
237,311,17,19,89,2,1,89,89.47368421052632
|
137
|
+
260,332,15,19,75.1,2,1,75,78.94736842105263
|
138
|
+
273,42,18,19,68.8,2,1,69,94.73684210526315
|
139
|
+
275,396,18,19,89.4,2,1,89,94.73684210526315
|
140
|
+
276,447,17,19,85,2,1,85,89.47368421052632
|
141
|
+
292,128,5,19,11.6,2,1,12,26.31578947368421
|
142
|
+
314,431,16,19,76.7,2,1,77,84.21052631578947
|
143
|
+
344,408,19,19,75.5,2,1,76,100
|
144
|
+
357,231,18,19,73.4,2,1,73,94.73684210526315
|
145
|
+
364,422,19,19,94.5,2,1,94,100
|
146
|
+
372,51,17,19,83.1,2,1,83,89.47368421052632
|
147
|
+
377,416,18,19,83.3,2,1,83,94.73684210526315
|
148
|
+
380,299,19,19,94.5,2,1,94,100
|
149
|
+
395,218,19,19,82.3,2,1,82,100
|
150
|
+
404,96,17,19,74.7,2,1,75,89.47368421052632
|
151
|
+
407,57,16,19,89.7,2,1,90,84.21052631578947
|
152
|
+
421,101,16,19,83.7,2,1,84,84.21052631578947
|
153
|
+
433,348,11,19,14.4,2,1,14,57.89473684210527
|
154
|
+
452,223,19,19,90.6,2,1,91,100
|
155
|
+
467,185,19,19,96.5,2,1,96,100
|
156
|
+
78,82,18,23,75.55,6,2,76,78.26086956521739
|
157
|
+
99,329,17,23,47.1,6,2,47,73.91304347826086
|
158
|
+
174,381,21,23,92.1,6,2,92,91.30434782608695
|
159
|
+
186,321,21,23,69.8,6,2,70,91.30434782608695
|
160
|
+
198,174,22,23,71.8,6,2,72,95.65217391304348
|
161
|
+
212,169,23,23,78.1,6,2,78,100
|
162
|
+
231,150,23,23,95.5,6,2,96,100
|
163
|
+
235,471,20,23,91.5,6,2,92,86.95652173913044
|
164
|
+
384,464,21,23,80.75,6,2,81,91.30434782608695
|
165
|
+
417,330,19,23,69.7,6,2,70,82.6086956521739
|
166
|
+
449,465,19,23,87.85,6,2,88,82.6086956521739
|
167
|
+
2,293,19,23,74.225,6,4,74,82.6086956521739
|
168
|
+
4,98,19,23,35.5,6,4,36,82.6086956521739
|
169
|
+
9,241,19,23,52.75,6,4,53,82.6086956521739
|
170
|
+
30,211,18,23,78.875,6,4,79,78.26086956521739
|
171
|
+
74,125,20,23,64,6,4,64,86.95652173913044
|
172
|
+
91,336,17,23,58.575,6,4,59,73.91304347826086
|
173
|
+
98,405,0,23,1,6,4,1,0
|
174
|
+
103,343,21,23,78.8,6,4,79,91.30434782608695
|
175
|
+
110,10,18,23,96.9,6,4,97,78.26086956521739
|
176
|
+
112,26,20,23,82.975,6,4,83,86.95652173913044
|
177
|
+
120,397,18,23,73.25,6,4,73,78.26086956521739
|
178
|
+
123,322,20,23,91.45,6,4,91,86.95652173913044
|
179
|
+
127,173,23,23,64.25,6,4,64,100
|
180
|
+
144,58,18,23,71.025,6,4,71,78.26086956521739
|
181
|
+
160,53,20,23,81.4,6,4,81,86.95652173913044
|
182
|
+
198,174,23,23,90.675,6,4,91,100
|
183
|
+
200,39,17,23,67.7,6,4,68,73.91304347826086
|
184
|
+
235,471,21,23,100,6,4,100,91.30434782608695
|
185
|
+
259,165,20,23,72.875,6,4,73,86.95652173913044
|
186
|
+
274,291,19,23,87.425,6,4,87,82.6086956521739
|
187
|
+
277,488,20,23,59.975,6,4,60,86.95652173913044
|
188
|
+
279,196,20,23,79.25,6,4,79,86.95652173913044
|
189
|
+
303,477,19,23,65.65,6,4,66,82.6086956521739
|
190
|
+
305,449,18,23,78.075,6,4,78,78.26086956521739
|
191
|
+
312,7,23,23,80.625,6,4,81,100
|
192
|
+
340,197,20,23,77.4,6,4,77,86.95652173913044
|
193
|
+
353,417,7,23,15,6,4,15,30.434782608695656
|
194
|
+
356,239,19,23,92.8,6,4,93,82.6086956521739
|
195
|
+
358,414,19,23,81.025,6,4,81,82.6086956521739
|
196
|
+
374,261,18,23,66.875,6,4,67,78.26086956521739
|
197
|
+
381,345,19,23,77.4,6,4,77,82.6086956521739
|
198
|
+
403,276,21,23,74.25,6,4,74,91.30434782608695
|
199
|
+
424,285,19,23,82.875,6,4,83,82.6086956521739
|
200
|
+
431,73,23,23,95,6,4,95,100
|
201
|
+
436,317,23,23,80.75,6,4,81,100
|
202
|
+
441,104,20,23,84.825,6,4,85,86.95652173913044
|
203
|
+
446,252,23,23,87.45,6,4,87,100
|
204
|
+
453,454,18,23,64.65,6,4,65,78.26086956521739
|
205
|
+
460,486,20,23,91.625,6,4,92,86.95652173913044
|
206
|
+
479,120,20,23,84.025,6,4,84,86.95652173913044
|
207
|
+
480,166,23,23,74.825,6,4,75,100
|
208
|
+
484,423,21,23,84.725,6,4,85,91.30434782608695
|
209
|
+
9,241,12,23,26.125,3,4,26,52.17391304347826
|
210
|
+
18,354,22,23,90.1,3,4,90,95.65217391304348
|
211
|
+
23,444,23,23,91.2,3,4,91,100
|
212
|
+
24,274,15,23,58.225,3,4,58,65.21739130434783
|
213
|
+
52,209,22,23,78.775,3,4,79,95.65217391304348
|
214
|
+
64,315,21,23,87.1,3,4,87,91.30434782608695
|
215
|
+
67,160,23,23,90.25,3,4,90,100
|
216
|
+
102,476,22,23,92.55,3,4,93,95.65217391304348
|
217
|
+
105,437,22,23,82.675,3,4,83,95.65217391304348
|
218
|
+
106,41,20,23,68.85,3,4,69,86.95652173913044
|
219
|
+
116,99,22,23,84.3,3,4,84,95.65217391304348
|
220
|
+
119,89,23,23,91.35,3,4,91,100
|
221
|
+
121,467,14,23,54.575,3,4,55,60.86956521739131
|
222
|
+
133,11,19,23,65.1,3,4,65,82.6086956521739
|
223
|
+
145,429,23,23,90.45,3,4,90,100
|
224
|
+
146,469,19,23,77,3,4,77,82.6086956521739
|
225
|
+
149,145,23,23,90.025,3,4,90,100
|
226
|
+
159,184,23,23,87.675,3,4,88,100
|
227
|
+
171,434,20,23,57.475,3,4,57,86.95652173913044
|
228
|
+
172,28,23,23,61.7,3,4,62,100
|
229
|
+
176,394,23,23,80.075,3,4,80,100
|
230
|
+
177,419,23,23,91.1,3,4,91,100
|
231
|
+
204,286,21,23,81.825,3,4,82,91.30434782608695
|
232
|
+
210,313,20,23,72.525,3,4,73,86.95652173913044
|
233
|
+
215,153,20,23,93.225,3,4,93,86.95652173913044
|
234
|
+
231,150,23,23,98.5,3,4,98,100
|
235
|
+
232,170,23,23,97.1,3,4,97,100
|
236
|
+
243,108,5,23,6,3,4,6,21.73913043478261
|
237
|
+
250,327,23,23,82.85,3,4,83,100
|
238
|
+
251,156,22,23,87.125,3,4,87,95.65217391304348
|
239
|
+
258,140,19,23,71.25,3,4,71,82.6086956521739
|
240
|
+
272,13,23,23,84.775,3,4,85,100
|
241
|
+
288,109,20,23,54.375,3,4,54,86.95652173913044
|
242
|
+
297,402,23,23,97.55,3,4,98,100
|
243
|
+
308,366,21,23,77.25,3,4,77,91.30434782608695
|
244
|
+
311,29,23,23,96,3,4,96,100
|
245
|
+
320,187,21,23,62.975,3,4,63,91.30434782608695
|
246
|
+
345,280,20,23,74.725,3,4,75,86.95652173913044
|
247
|
+
349,158,20,23,85.95,3,4,86,86.95652173913044
|
248
|
+
350,60,19,23,75.075,3,4,75,82.6086956521739
|
249
|
+
363,136,22,23,79.7,3,4,80,95.65217391304348
|
250
|
+
368,183,22,23,89.85,3,4,90,95.65217391304348
|
251
|
+
373,16,23,23,75.775,3,4,76,100
|
252
|
+
378,367,22,23,73.775,3,4,74,95.65217391304348
|
253
|
+
418,230,20,23,90.1,3,4,90,86.95652173913044
|
254
|
+
422,357,20,23,78.15,3,4,78,86.95652173913044
|
255
|
+
430,200,21,23,63.9,3,4,64,91.30434782608695
|
256
|
+
481,193,21,23,80.15,3,4,80,91.30434782608695
|
257
|
+
488,198,19,23,60.275,3,4,60,82.6086956521739
|
258
|
+
17,122,23,23,85.76666667,3,2,86,100
|
259
|
+
51,459,20,23,62.73333333,3,2,63,86.95652173913044
|
260
|
+
61,192,19,23,65.7,3,2,66,82.6086956521739
|
261
|
+
82,368,18,23,78.3452381,3,2,78,78.26086956521739
|
262
|
+
90,212,23,23,59.7,3,2,60,100
|
263
|
+
118,188,20,23,80.55,3,2,81,86.95652173913044
|
264
|
+
125,123,21,23,57.70714286,3,2,58,91.30434782608695
|
265
|
+
146,469,19,23,71.25,3,2,71,82.6086956521739
|
266
|
+
215,153,18,23,84.01666667,3,2,84,78.26086956521739
|
267
|
+
224,428,23,23,59.21666667,3,2,59,100
|
268
|
+
330,281,23,23,74.31666667,3,2,74,100
|
269
|
+
355,69,23,23,94.22380952,3,2,94,100
|
270
|
+
382,144,19,23,63.46190476,3,2,63,82.6086956521739
|
271
|
+
419,235,19,23,71.66666667,3,2,72,82.6086956521739
|
272
|
+
448,356,16,23,69.95,3,2,70,69.56521739130434
|
273
|
+
458,443,17,23,64.75,3,2,65,73.91304347826086
|
274
|
+
485,439,21,23,73.13095238,3,2,73,91.30434782608695
|
275
|
+
10,375,0,21,0,7,3,0,0
|
276
|
+
34,94,18,21,44.7,7,3,45,85.71428571428571
|
277
|
+
54,208,18,21,91.8,7,3,92,85.71428571428571
|
278
|
+
69,162,21,21,90.1,7,3,90,100
|
279
|
+
71,21,18,21,46.2,7,3,46,85.71428571428571
|
280
|
+
73,175,20,21,90.7,7,3,91,95.23809523809523
|
281
|
+
81,331,17,21,85.15,7,3,85,80.95238095238095
|
282
|
+
85,226,16,21,79,7,3,79,76.19047619047619
|
283
|
+
130,294,19,21,64.45,7,3,64,90.47619047619048
|
284
|
+
135,283,21,21,83.75,7,3,84,100
|
285
|
+
167,268,19,21,83.9,7,3,84,90.47619047619048
|
286
|
+
173,163,21,21,85.4,7,3,85,100
|
287
|
+
178,290,16,21,79.05,7,3,79,76.19047619047619
|
288
|
+
188,52,21,21,100.25,7,3,100,100
|
289
|
+
191,237,18,21,94.75,7,3,95,85.71428571428571
|
290
|
+
207,228,18,21,54.9,7,3,55,85.71428571428571
|
291
|
+
208,415,13,21,65.5,7,3,66,61.904761904761905
|
292
|
+
217,298,15,21,56.1,7,3,56,71.42857142857143
|
293
|
+
223,484,21,21,40.5,7,3,40,100
|
294
|
+
261,81,14,21,74.4,7,3,74,66.66666666666666
|
295
|
+
263,307,14,21,50.5,7,3,50,66.66666666666666
|
296
|
+
281,426,21,21,92.5,7,3,92,100
|
297
|
+
330,281,21,21,103.5,7,3,104,100
|
298
|
+
336,339,20,21,85.3,7,3,85,95.23809523809523
|
299
|
+
367,134,21,21,78.9,7,3,79,100
|
300
|
+
375,3,21,21,77.9,7,3,78,100
|
301
|
+
406,409,17,21,20.5,7,3,20,80.95238095238095
|
302
|
+
408,113,20,21,89.6,7,3,90,95.23809523809523
|
303
|
+
439,346,19,21,87.75,7,3,88,90.47619047619048
|
304
|
+
447,262,21,21,99.35,7,3,99,100
|
305
|
+
450,251,16,21,87.15,7,3,87,76.19047619047619
|
306
|
+
455,275,20,21,77.9,7,3,78,95.23809523809523
|
307
|
+
456,194,19,21,85.25,7,3,85,90.47619047619048
|
308
|
+
472,363,21,21,94.15,7,3,94,100
|
309
|
+
125,123,18,22,66.66666667,7,2,67,81.81818181818183
|
310
|
+
127,173,22,22,55.08333333,7,2,55,100
|
311
|
+
150,229,16,22,90.25,7,2,90,72.72727272727273
|
312
|
+
171,434,20,22,80.53333333,7,2,81,90.9090909090909
|
313
|
+
188,52,22,22,95.6,7,2,96,100
|
314
|
+
263,307,16,22,44.36666667,7,2,44,72.72727272727273
|
315
|
+
302,470,19,22,97.43333333,7,2,97,86.36363636363636
|
316
|
+
325,225,21,22,79.25,7,2,79,95.45454545454545
|
317
|
+
11,288,19,20,92.09047619,4,1,92,95
|
318
|
+
20,253,20,20,84.31428571,4,1,84,100
|
319
|
+
27,359,19,20,86.74761905,4,1,87,95
|
320
|
+
29,371,19,20,84.85238095,4,1,85,95
|
321
|
+
31,86,18,20,59.63809524,4,1,60,90
|
322
|
+
32,473,19,20,96.19047619,4,1,96,95
|
323
|
+
42,360,18,20,87.59047619,4,1,88,90
|
324
|
+
44,217,18,20,91.59047619,4,1,92,90
|
325
|
+
46,93,16,20,81.73333333,4,1,82,80
|
326
|
+
49,143,19,20,94.34761905,4,1,94,95
|
327
|
+
55,106,1,20,2.4,4,1,2,5
|
328
|
+
77,27,20,20,91.67142857,4,1,92,100
|
329
|
+
86,457,18,20,81.9952381,4,1,82,90
|
330
|
+
97,97,17,20,93.88571429,4,1,94,85
|
331
|
+
126,221,16,20,88.0952381,4,1,88,80
|
332
|
+
157,45,19,20,89.4952381,4,1,89,95
|
333
|
+
187,466,17,20,86.45238095,4,1,86,85
|
334
|
+
192,48,19,20,73.44285714,4,1,73,95
|
335
|
+
209,164,19,20,51.92380952,4,1,52,95
|
336
|
+
211,236,17,20,87.5,4,1,88,85
|
337
|
+
244,30,20,20,90.83809524,4,1,91,100
|
338
|
+
253,395,18,20,75.41428571,4,1,75,90
|
339
|
+
264,480,20,20,85.48571429,4,1,85,100
|
340
|
+
291,147,10,20,39.9,4,1,40,50
|
341
|
+
307,355,16,20,94.87619048,4,1,95,80
|
342
|
+
309,270,17,20,65.22380952,4,1,65,85
|
343
|
+
327,271,19,20,85.7,4,1,86,95
|
344
|
+
346,377,19,20,76.88571429,4,1,77,95
|
345
|
+
347,448,20,20,99.59047619,4,1,100,100
|
346
|
+
354,146,16,20,71.64285714,4,1,72,80
|
347
|
+
385,111,15,20,84.46666667,4,1,84,75
|
348
|
+
392,148,19,20,79.98095238,4,1,80,95
|
349
|
+
398,411,20,20,89.2952381,4,1,89,100
|
350
|
+
401,325,19,20,94.92857143,4,1,95,95
|
351
|
+
420,43,18,20,89.97619048,4,1,90,90
|
352
|
+
426,6,18,20,82.08571429,4,1,82,90
|
353
|
+
432,117,18,20,85.71428571,4,1,86,90
|
354
|
+
437,92,17,20,88.73333333,4,1,89,85
|
355
|
+
464,451,18,20,68.28095238,4,1,68,90
|
356
|
+
466,88,19,20,81.66190476,4,1,82,95
|
357
|
+
470,152,19,20,86.01904762,4,1,86,95
|
358
|
+
474,269,20,20,93.92380952,4,1,94,100
|
359
|
+
33,258,14,21,20.5,4,3,20,66.66666666666666
|
360
|
+
43,87,4,21,16.5,4,3,16,19.047619047619047
|
361
|
+
83,132,21,21,73,4,3,73,100
|
362
|
+
104,263,21,21,84.6,4,3,85,100
|
363
|
+
107,224,21,21,85.6,4,3,86,100
|
364
|
+
113,344,12,21,66.4,4,3,66,57.14285714285714
|
365
|
+
136,249,21,21,76.5,4,3,76,100
|
366
|
+
166,232,13,21,64.2,4,3,64,61.904761904761905
|
367
|
+
183,284,19,21,98.5,4,3,98,90.47619047619048
|
368
|
+
194,487,19,21,91.8,4,3,92,90.47619047619048
|
369
|
+
202,138,19,21,97.3,4,3,97,90.47619047619048
|
370
|
+
205,179,3,21,8,4,3,8,14.285714285714285
|
371
|
+
216,210,21,21,91.8,4,3,92,100
|
372
|
+
227,440,18,21,39.3,4,3,39,85.71428571428571
|
373
|
+
240,265,20,21,71.5,4,3,72,95.23809523809523
|
374
|
+
256,207,20,21,95.5,4,3,96,95.23809523809523
|
375
|
+
262,157,19,21,67.3,4,3,67,90.47619047619048
|
376
|
+
268,127,19,21,89.3,4,3,89,90.47619047619048
|
377
|
+
283,390,19,21,94.5,4,3,94,90.47619047619048
|
378
|
+
290,46,16,21,68.5,4,3,68,76.19047619047619
|
379
|
+
304,84,18,21,87.4,4,3,87,85.71428571428571
|
380
|
+
306,453,18,21,65.8,4,3,66,85.71428571428571
|
381
|
+
310,47,9,21,62.2,4,3,62,42.857142857142854
|
382
|
+
313,456,19,21,79.9,4,3,80,90.47619047619048
|
383
|
+
319,340,21,21,95,4,3,95,100
|
384
|
+
334,362,21,21,89.4,4,3,89,100
|
385
|
+
342,176,16,21,64.5,4,3,64,76.19047619047619
|
386
|
+
343,189,20,21,51.9,4,3,52,95.23809523809523
|
387
|
+
355,69,21,21,99,4,3,99,100
|
388
|
+
366,49,21,21,68.2,4,3,68,100
|
389
|
+
371,369,19,21,77.1,4,3,77,90.47619047619048
|
390
|
+
376,85,17,21,84.5,4,3,84,80.95238095238095
|
391
|
+
390,320,18,21,70.7,4,3,71,85.71428571428571
|
392
|
+
400,342,20,21,79.8,4,3,80,95.23809523809523
|
393
|
+
402,44,19,21,81.4,4,3,81,90.47619047619048
|
394
|
+
411,380,19,21,92.9,4,3,93,90.47619047619048
|
395
|
+
412,56,21,21,81.1,4,3,81,100
|
396
|
+
415,446,18,21,70.1,4,3,70,85.71428571428571
|
397
|
+
445,199,21,21,98.8,4,3,99,100
|
398
|
+
451,384,20,21,74.5,4,3,74,95.23809523809523
|
399
|
+
473,64,21,21,97.5,4,3,98,100
|
400
|
+
3,74,21,22,84.5,8,3,84,95.45454545454545
|
401
|
+
13,233,19,22,94.2,8,3,94,86.36363636363636
|
402
|
+
16,202,22,22,102.2,8,3,102,100
|
403
|
+
47,441,19,22,74,8,3,74,86.36363636363636
|
404
|
+
48,450,19,22,46,8,3,46,86.36363636363636
|
405
|
+
57,24,21,22,97.3,8,3,97,95.45454545454545
|
406
|
+
80,115,18,22,65.5,8,3,66,81.81818181818183
|
407
|
+
96,399,22,22,74.8,8,3,75,100
|
408
|
+
142,191,20,22,84.6,8,3,85,90.9090909090909
|
409
|
+
147,59,12,22,70.2,8,3,70,54.54545454545454
|
410
|
+
151,116,21,22,89.3,8,3,89,95.45454545454545
|
411
|
+
204,287,22,22,95,8,3,95,100
|
412
|
+
214,206,20,22,89.6,8,3,90,90.9090909090909
|
413
|
+
238,481,15,22,15.5,8,3,16,68.18181818181817
|
414
|
+
241,102,20,22,83.7,8,3,84,90.9090909090909
|
415
|
+
248,17,19,22,50.8,8,3,51,86.36363636363636
|
416
|
+
254,171,20,22,69,8,3,69,90.9090909090909
|
417
|
+
270,33,22,22,92.5,8,3,92,100
|
418
|
+
278,203,18,22,79.5,8,3,80,81.81818181818183
|
419
|
+
285,20,21,22,61.6,8,3,62,95.45454545454545
|
420
|
+
295,273,12,22,39,8,3,39,54.54545454545454
|
421
|
+
300,289,22,22,83.3,8,3,83,100
|
422
|
+
321,126,21,22,92.2,8,3,92,95.45454545454545
|
423
|
+
324,400,19,22,58.5,8,3,58,86.36363636363636
|
424
|
+
337,240,22,22,89.6,8,3,90,100
|
425
|
+
351,302,22,22,93.3,8,3,93,100
|
426
|
+
365,312,19,22,46.8,8,3,47,86.36363636363636
|
427
|
+
383,215,17,22,44.3,8,3,44,77.27272727272727
|
428
|
+
387,12,20,22,72,8,3,72,90.9090909090909
|
429
|
+
393,373,22,22,86,8,3,86,100
|
430
|
+
399,67,20,22,77.7,8,3,78,90.9090909090909
|
431
|
+
413,349,19,22,89.7,8,3,90,86.36363636363636
|
432
|
+
461,403,21,22,74.6,8,3,75,95.45454545454545
|
433
|
+
462,445,21,22,80,8,3,80,95.45454545454545
|
434
|
+
471,105,18,22,41,8,3,41,81.81818181818183
|
435
|
+
478,214,17,22,45.2,8,3,45,77.27272727272727
|
436
|
+
483,427,21,22,83.8,8,3,84,95.45454545454545
|
437
|
+
486,168,21,22,75.2,8,3,75,95.45454545454545
|
438
|
+
494,72,20,22,87.7,8,3,88,90.9090909090909
|
439
|
+
15,50,16,19,83.05897436,8,1,83,84.21052631578947
|
440
|
+
35,213,10,19,38.16666667,8,1,38,52.63157894736842
|
441
|
+
45,300,19,19,93.24102564,8,1,93,100
|
442
|
+
56,372,18,19,73.62051282,8,1,74,94.73684210526315
|
443
|
+
62,180,17,19,87.57692308,8,1,88,89.47368421052632
|
444
|
+
63,118,18,19,83.10769231,8,1,83,94.73684210526315
|
445
|
+
66,63,18,19,95.29487179,8,1,95,94.73684210526315
|
446
|
+
88,282,19,19,91.52564103,8,1,92,100
|
447
|
+
108,130,18,19,88.42820513,8,1,88,94.73684210526315
|
448
|
+
129,478,19,19,92.74615385,8,1,93,100
|
449
|
+
138,386,18,19,89.06153846,8,1,89,94.73684210526315
|
450
|
+
152,19,18,19,91.99230769,8,1,92,94.73684210526315
|
451
|
+
163,70,18,19,97.37692308,8,1,97,94.73684210526315
|
452
|
+
168,490,18,19,99.34615385,8,1,99,94.73684210526315
|
453
|
+
179,385,18,19,87.31025641,8,1,87,94.73684210526315
|
454
|
+
181,489,15,19,81.60512821,8,1,82,78.94736842105263
|
455
|
+
195,222,19,19,87.99487179,8,1,88,100
|
456
|
+
206,121,17,19,81.81025641,8,1,82,89.47368421052632
|
457
|
+
213,186,19,19,68.06410256,8,1,68,100
|
458
|
+
229,103,7,19,19.9,8,1,20,36.84210526315789
|
459
|
+
233,392,19,19,89.32564103,8,1,89,100
|
460
|
+
239,304,15,19,83.62564103,8,1,84,78.94736842105263
|
461
|
+
242,182,17,19,87.18205128,8,1,87,89.47368421052632
|
462
|
+
245,181,15,19,79.60512821,8,1,80,78.94736842105263
|
463
|
+
249,65,18,19,91.32820513,8,1,91,94.73684210526315
|
464
|
+
257,79,17,19,86.42564103,8,1,86,89.47368421052632
|
465
|
+
265,370,16,19,89.68974359,8,1,90,84.21052631578947
|
466
|
+
267,68,17,19,85.88461538,8,1,86,89.47368421052632
|
467
|
+
284,142,19,19,85.74358974,8,1,86,100
|
468
|
+
286,35,14,19,76.22820513,8,1,76,73.68421052631578
|
469
|
+
317,461,17,19,83.1974359,8,1,83,89.47368421052632
|
470
|
+
331,201,19,19,91.24615385,8,1,91,100
|
471
|
+
339,80,15,19,86.14615385,8,1,86,78.94736842105263
|
472
|
+
360,124,17,19,83.56153846,8,1,84,89.47368421052632
|
473
|
+
379,242,19,19,96.2974359,8,1,96,100
|
474
|
+
391,131,14,19,76.75897436,8,1,77,73.68421052631578
|
475
|
+
397,178,16,19,94.92820513,8,1,95,84.21052631578947
|
476
|
+
405,264,16,19,85.31538462,8,1,85,84.21052631578947
|
477
|
+
409,135,19,19,89.25897436,8,1,89,100
|
478
|
+
414,413,18,19,91.58974359,8,1,92,94.73684210526315
|
479
|
+
435,326,18,19,95.17435897,8,1,95,94.73684210526315
|
480
|
+
444,220,17,19,86.82564103,8,1,87,89.47368421052632
|
481
|
+
477,474,19,19,91.74615385,8,1,92,100
|
482
|
+
482,475,16,19,52.6,8,1,53,84.21052631578947
|