제출/미제출

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

  미제출 제출
Black 27 211
Red 34 220
Pearson’s Chi-squared test with Yates’ continuity correction: table(quiz$group, quiz$submit)
Test statistic df P value
0.3022 1 0.5825

제출 시간의 분포

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

시간 단위 기초통계량

##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max.    NA's 
##   9.335  38.308 180.355 165.034 279.358 337.837      61
## 
##   The decimal point is 1 digit(s) to the right of the |
## 
##    0 | 99900000111111111111112222223333444445555556666666677777777888899999
##    2 | 000122235000111222223333444444556666778999999
##    4 | 00123667345688999
##    6 | 0123333445555666778807799
##    8 | 111234566900145
##   10 | 113466901335667
##   12 | 8811244577
##   14 | 1125579
##   16 | 16466677889
##   18 | 0011111122344446690199
##   20 | 112233346678891123358
##   22 | 255678111122222223344567779
##   24 | 68880024444455668
##   26 | 01162334566667777799999
##   28 | 011133356777856777788899
##   30 | 000333444566777888011269
##   32 | 00111222233344444455555677777888899000111122233444444555588
## [1] 337.8366

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

일 단위
[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]
77 45 30 19 15 12 7 29 22 28 20 33 32 60
Chi-squared test for given probabilities: table(cut(quiz$days, breaks = c(0:14), include.lowest = TRUE))
Test statistic df P value
153.7 13 3.732e-26 * * *

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

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

랜덤화 효과

  마감일 일주일 전 제출 마감일 일주일 이내 제출
Black 118 93
Red 108 112
Pearson’s Chi-squared test with Yates’ continuity correction: table(quiz$group, quiz$bird)
Test statistic df P value
1.752 1 0.1857