제출/미제출

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

  미제출 제출
Black 18 218
Red 31 219
Pearson’s Chi-squared test with Yates’ continuity correction: table(quiz$group, quiz$submit)
Test statistic df P value
2.547 1 0.1105

제출 시간의 분포

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

시간 단위 기초통계량

##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max.    NA's 
##   9.147  18.727  90.512 137.034 258.219 368.425      49
## 
##   The decimal point is 1 digit(s) to the right of the |
## 
##    0 | 99999999990000000000001111111111111111122222222222233333333333444444+32
##    2 | 000000111123345678900001111122233344455555567777777999
##    4 | 000122233455667167788899
##    6 | 001233344455566709
##    8 | 0224678999122334
##   10 | 23155566678
##   12 | 88800134445678
##   14 | 15689
##   16 | 12456177778999
##   18 | 0122245788916
##   20 | 222344478801
##   22 | 4779900111345667777
##   24 | 0678911122477888
##   26 | 040112234556667888888999
##   28 | 1111112234444746689
##   30 | 111222333566669099
##   32 | 01114555667777777888889999991111233444557
##   34 | 123445
##   36 | 8
## [1] 368.4255

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

일 단위
[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]
125 56 26 17 11 15 9 21 13 20 17 36 21 42
Chi-squared test for given probabilities: table(cut(quiz$days, breaks = c(0:14), include.lowest = TRUE))
Test statistic df P value
385.3 13 2.813e-74 * * *

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

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

랜덤화 효과

  마감일 일주일 전 제출 마감일 일주일 이내 제출
Black 94 124
Red 84 135
Pearson’s Chi-squared test with Yates’ continuity correction: table(quiz$group, quiz$bird)
Test statistic df P value
0.8389 1 0.3597