제출/미제출

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

  미제출 제출
Black 22 216
Red 29 225
Pearson’s Chi-squared test with Yates’ continuity correction: table(quiz$group, quiz$submit)
Test statistic df P value
0.4128 1 0.5206

제출 시간의 분포

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

시간 단위 기초통계량

##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max.    NA's 
##   9.019  64.215 190.667 177.369 285.342 343.634      51
## 
##   The decimal point is 1 digit(s) to the right of the |
## 
##    0 | 9990000001111222222333333334444455555556666667777777788889999
##    2 | 0000135900123344556666788899
##    4 | 000111344457478
##    6 | 0011344455666682
##    8 | 0011223335667778801235
##   10 | 456899001222334555889
##   12 | 90011122456679
##   14 | 66667789
##   16 | 00012344557777
##   18 | 0001344455677888889991899
##   20 | 0011133334455789001112245
##   22 | 44555578990012333444556777
##   24 | 05589900133444566777888899
##   26 | 0012323333455566899
##   28 | 1111134455567774555667777888889999
##   30 | 00001112223333334444555566677778999990112279
##   32 | 00011112223345556788889001111122333445557
##   34 | 34
## [1] 343.6339

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

일 단위
[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]
67 34 19 22 21 14 17 27 28 27 30 29 59 44
Chi-squared test for given probabilities: table(cut(quiz$days, breaks = c(0:14), include.lowest = TRUE))
Test statistic df P value
99.5 13 2.076e-15 * * *

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

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

랜덤화 효과

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