제출/미제출

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

  미제출 제출
Black 21 213
Red 26 224
Pearson’s Chi-squared test with Yates’ continuity correction: table(quiz$group, quiz$submit)
Test statistic df P value
0.1412 1 0.7071

제출 시간의 분포

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

시간 단위 기초통계량

##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max.    NA's 
##    9.26   19.78   92.31  135.74  253.10  331.98      47
## 
##   The decimal point is 1 digit(s) to the right of the |
## 
##    0 | 99999900000000000000001111111111222222222222222222233333333333444444+29
##    2 | 000011112233346888990000011222333344444445556778899
##    4 | 011122233577836777888899
##    6 | 0033344456666789
##    8 | 0111233445668900122
##   10 | 588811123334455556
##   12 | 68901234556788888
##   14 | 0123469
##   16 | 13778
##   18 | 01244588926
##   20 | 0011233345556788990001113
##   22 | 14556012345566788
##   24 | 6779111133445556789
##   26 | 013233346899
##   28 | 00122334578882667777899
##   30 | 0001133344444477779008899
##   32 | 000222333334445555667888899900011122222
## [1] 331.9815

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

일 단위
[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]
122 51 26 20 18 18 8 13 26 17 22 22 31 43
Chi-squared test for given probabilities: table(cut(quiz$days, breaks = c(0:14), include.lowest = TRUE))
Test statistic df P value
337.8 13 2.841e-64 * * *

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

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

랜덤화 효과

  마감일 일주일 전 제출 마감일 일주일 이내 제출
Black 89 124
Red 85 139
Pearson’s Chi-squared test with Yates’ continuity correction: table(quiz$group, quiz$bird)
Test statistic df P value
0.5204 1 0.4707