제출/미제출

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

  미제출 제출
Black 18 216
Red 35 214
Pearson’s Chi-squared test with Yates’ continuity correction: table(quiz$group, quiz$submit)
Test statistic df P value
4.371 1 0.03656 *

제출 시간의 분포

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

시간 단위 기초통계량

##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max.    NA's 
##    8.59   18.18   83.51  132.78  251.08  346.73      53
## 
##   The decimal point is 1 digit(s) to the right of the |
## 
##    0 | 99999999990000000000000000000011111111111111111222222222222233333333+30
##    2 | 00000122222233334488899001111223333444444555555666677788899
##    4 | 0011112222333345645556688
##    6 | 01255577890799
##    8 | 0012223444446667890122
##   10 | 01355669024559
##   12 | 26794789
##   14 | 2556667789
##   16 | 0034657799
##   18 | 123466688
##   20 | 0233344455667788997
##   22 | 3456780022347
##   24 | 1478890011123359
##   26 | 99233344467899
##   28 | 1123445634667799
##   30 | 002444566788000699
##   32 | 1111233444566677777888999000000122222333445556
##   34 | 1345557
## [1] 346.7326

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

일 단위
[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]
128 58 19 25 14 8 15 13 19 14 16 22 23 49
Chi-squared test for given probabilities: table(cut(quiz$days, breaks = c(0:14), include.lowest = TRUE))
Test statistic df P value
424.8 13 1.294e-82 * * *

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

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

랜덤화 효과

  마감일 일주일 전 제출 마감일 일주일 이내 제출
Black 88 128
Red 75 139
Pearson’s Chi-squared test with Yates’ continuity correction: table(quiz$group, quiz$bird)
Test statistic df P value
1.249 1 0.2638