제출/미제출

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

  미제출 제출
Black 20 215
Red 26 223
Pearson’s Chi-squared test with Yates’ continuity correction: table(quiz$group, quiz$submit)
Test statistic df P value
0.3237 1 0.5694

제출 시간의 분포

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

시간 단위 기초통계량

##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max.    NA's 
##   9.194  21.836 113.260 146.096 268.452 344.936      46
## 
##   The decimal point is 1 digit(s) to the right of the |
## 
##    0 | 99900000011111111111111112222222222222222223333333333334444444555555+21
##    2 | 000111122223579011111233344444444555556666666778889
##    4 | 0011123457445667778999
##    6 | 0001222335667957
##    8 | 0013444677880011124
##   10 | 4444701123355
##   12 | 6991479
##   14 | 336178999
##   16 | 0001336886677779
##   18 | 001444489907
##   20 | 1122333344556667801
##   22 | 02667990122223346668
##   24 | 7890011222233344677779
##   26 | 21112234445556688
##   28 | 0000122334558468889
##   30 | 01111244456678805
##   32 | 0001134455567777888888999990001122223333344455566
##   34 | 233444455
## [1] 344.9357

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

일 단위
[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]
113 49 26 21 13 9 16 18 20 20 23 29 22 50
Chi-squared test for given probabilities: table(cut(quiz$days, breaks = c(0:14), include.lowest = TRUE))
Test statistic df P value
297.8 13 6.967e-56 * * *

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

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

랜덤화 효과

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