제출/미제출

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

  미제출 제출
Black 28 210
Red 30 223
Pearson’s Chi-squared test with Yates’ continuity correction: table(quiz$group, quiz$submit)
Test statistic df P value
4.668e-31 1 1

제출 시간의 분포

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

시간 단위 기초통계량

##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max.    NA's 
##  -4.123  40.427 175.107 165.571 279.539 344.617      58
## 
##   The decimal point is 1 digit(s) to the right of the |
## 
##   -0 | 44
##    0 | 9999990000000000111122222222233333344444444455555555666667777999
##    2 | 00001112390112222233344445566788889999
##    4 | 0000011111122334566645567888889
##    6 | 0013345666779999
##    8 | 000112233334556677011235
##   10 | 2468912224
##   12 | 07888902235788
##   14 | 11233456779
##   16 | 00112857
##   18 | 02223334456778894
##   20 | 011234466677789001245
##   22 | 33457889912222233566779
##   24 | 777899122233333355677
##   26 | 001301122223344455666799
##   28 | 00022233367725567888899
##   30 | 00011233445567902399
##   32 | 000111222223333333355677888888899990000000111112223334555666
##   34 | 144555
## [1] 344.6169

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

일 단위
[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]
73 49 25 26 11 13 17 18 22 23 25 32 27 64
Chi-squared test for given probabilities: table(cut(quiz$days, breaks = c(0:14), include.lowest = TRUE))
Test statistic df P value
148.9 13 3.484e-25 * * *

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

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

랜덤화 효과

  마감일 일주일 전 제출 마감일 일주일 이내 제출
Black 114 96
Red 103 120
Pearson’s Chi-squared test with Yates’ continuity correction: table(quiz$group, quiz$bird)
Test statistic df P value
2.522 1 0.1123