제출/미제출

제출시간이 기록되지 않은 사람은 미제출.

  미제출 제출
Black 19 215
Red 24 225
Pearson’s Chi-squared test with Yates’ continuity correction: table(quiz$group, quiz$submit)
Test statistic df P value
0.1814 1 0.6701

제출 시간의 분포

마감 시간으로부터 얼마나 일찍 제출하는지 일 단위와 시간 단위로 측정하여 살펴보았다.

시간 단위 기초통계량

##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max.    NA's 
##   9.262  19.275 107.126 149.525 284.984 342.667      43
## 
##   The decimal point is 1 digit(s) to the right of the |
## 
##    0 | 99990000000000011111111111111111111111222222222222222333333333444444+33
##    2 | 0000111224477000011122233333444445566777788889
##    4 | 01111223333445568555567778889
##    6 | 01223334556789
##    8 | 1111123889991128
##   10 | 2780012467
##   12 | 544457
##   14 | 8
##   16 | 33446667
##   18 | 01123355909
##   20 | 11122256667889991233
##   22 | 367922234566689
##   24 | 79223566779
##   26 | 00230113445556679999
##   28 | 0001223455577045566777799
##   30 | 000022344556666666789025899
##   32 | 0011112222222233333445555555666777788999900111222222223455555568
##   34 | 2233
## [1] 342.6669

일 단위 마감 시간으로부터 제출 시간의 분포

일 단위
[0,1] (1,2] (2,3] (3,4] (4,5] (5,6] (6,7] (7,8] (8,9] (9,10] (10,11] (11,12] (12,13] (13,14]
124 52 25 16 11 6 6 13 21 15 15 29 35 66
Chi-squared test for given probabilities: table(cut(quiz$days, breaks = c(0:14), include.lowest = TRUE))
Test statistic df P value
425.2 13 1.04e-82 * * *

급히 제출한 사람과 일찍 낸 사람 비교

마감일 일주일 전에 제출한 사람과 그 이후에 제출한 사람들의 특성 비교

랜덤화 효과

  마감일 일주일 전 제출 마감일 일주일 이내 제출
Black 102 113
Red 98 127
Pearson’s Chi-squared test with Yates’ continuity correction: table(quiz$group, quiz$bird)
Test statistic df P value
0.5222 1 0.4699