제출/미제출

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

  미제출 제출
Black 25 209
Red 30 220
Pearson’s Chi-squared test with Yates’ continuity correction: table(quiz$group, quiz$submit)
Test statistic df P value
0.09775 1 0.7545

제출 시간의 분포

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

시간 단위 기초통계량

##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max.    NA's 
##  -28.53   37.56  164.19  163.16  281.11  344.85      55
## 
##   The decimal point is 1 digit(s) to the right of the |
## 
##   -2 | 9
##   -0 | 4
##    0 | 89990000000011111111111222222222233333333344444555555555566666667777+3
##    2 | 011239122223444456677789
##    4 | 1223445662455788
##    6 | 001112222233344455579903358
##    8 | 34445667778990011233
##   10 | 1344568999001122447
##   12 | 7803469
##   14 | 133445577
##   16 | 0112224458856779
##   18 | 0012222234445788890
##   20 | 000012344466777788900122
##   22 | 13777711112223345666799
##   24 | 2448990111246889
##   26 | 47033445588999
##   28 | 0111464778889
##   30 | 0000011122344445566667770699
##   32 | 0000112233444455666667788888900000111112222333333334455666
##   34 | 22224444455
## [1] 344.8489

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

일 단위
[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]
88 28 30 24 19 8 17 26 24 23 16 20 32 61
Chi-squared test for given probabilities: table(cut(quiz$days, breaks = c(0:14), include.lowest = TRUE))
Test statistic df P value
186.4 13 8.349e-33 * * *

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

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

랜덤화 효과

  마감일 일주일 전 제출 마감일 일주일 이내 제출
Black 104 105
Red 109 111
Pearson’s Chi-squared test with Yates’ continuity correction: table(quiz$group, quiz$bird)
Test statistic df P value
0 1 1