제출/미제출

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

  미제출 제출
Black 31 207
Red 37 216
Pearson’s Chi-squared test with Yates’ continuity correction: table(quiz$group, quiz$submit)
Test statistic df P value
0.1459 1 0.7024

제출 시간의 분포

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

시간 단위 기초통계량

##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max.    NA's 
##    9.49   38.23  164.32  164.26  277.88  345.14      68
## 
##   The decimal point is 1 digit(s) to the right of the |
## 
##    0 | 90000001111111111222222222223333333444444555666677777777788888999999
##    2 | 0123458890111222333333344456677777778999
##    4 | 012222334456677788899
##    6 | 001245556901248999
##    8 | 1245667888344
##   10 | 4446690122333355
##   12 | 381222667777899
##   14 | 1113134455588899
##   16 | 022456788899
##   18 | 0013355666778059
##   20 | 00001112223334778934
##   22 | 133445569990011222334579
##   24 | 89901234556667778899
##   26 | 112301224455777788
##   28 | 00113556645556778888889
##   30 | 012223333333344455666777888998999
##   32 | 11111222333344444589000000011112222334444466
##   34 | 23445
## [1] 345.136

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

일 단위
[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]
74 44 25 18 16 19 18 20 22 24 24 23 43 47
Chi-squared test for given probabilities: table(cut(quiz$days, breaks = c(0:14), include.lowest = TRUE))
Test statistic df P value
117.7 13 5.853e-19 * * *

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

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

랜덤화 효과

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