제출/미제출

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

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

제출 시간의 분포

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

시간 단위 기초통계량

##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max.    NA's 
##   9.252  46.594 186.239 171.331 276.439 338.549      59
## 
##   The decimal point is 1 digit(s) to the right of the |
## 
##    0 | 999000000111111111222223333333344444444555556666666666777788899
##    2 | 000022344479900011223444455555666668899
##    4 | 00002574455666999
##    6 | 001223334555555556629
##    8 | 2334477790001235
##   10 | 334478899006
##   12 | 802255558
##   14 | 0035667889
##   16 | 124455665577
##   18 | 000022233455555556778902789
##   20 | 12233677777801111123344
##   22 | 33457799990122222334444456678
##   24 | 08899011112444444444556677777889999
##   26 | 111113333666789999
##   28 | 2233355767777888999
##   30 | 00001123334444456666778000199
##   32 | 011111223445556667777778888899999900022222333444455669
## [1] 338.5489

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

일 단위
[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]
73 36 30 17 12 11 16 28 26 30 37 23 38 55
Chi-squared test for given probabilities: table(cut(quiz$days, breaks = c(0:14), include.lowest = TRUE))
Test statistic df P value
120.9 13 1.315e-19 * * *

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

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

랜덤화 효과

  마감일 일주일 전 제출 마감일 일주일 이내 제출
Black 122 91
Red 116 104
Pearson’s Chi-squared test with Yates’ continuity correction: table(quiz$group, quiz$bird)
Test statistic df P value
0.7305 1 0.3927