제출/미제출

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

  미제출 제출
Black 14 225
Red 26 227
Pearson’s Chi-squared test with Yates’ continuity correction: table(quiz0228$group, quiz0228$submit)
Test statistic df P value
2.649 1 0.1036

제출 시간의 분포

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

시간 단위 기초통계량

##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max.    NA's 
##   9.025 110.548 205.978 191.928 280.020 344.582      40
## 
##   The decimal point is 1 digit(s) to the right of the |
## 
##    0 | 900011222235566789999
##    2 | 00000110113334444555567899
##    4 | 001111222344578344566899
##    6 | 0111345555666809
##    8 | 01133469991112334
##   10 | 2455666672225
##   12 | 677899900111134566788888999
##   14 | 012222223344444444799
##   16 | 001123340467778999999
##   18 | 000111333334456666689019
##   20 | 0011112334445556667888888899900000012335
##   22 | 023333444666778991112222333444555678
##   24 | 0890033445556677778888999
##   26 | 002255002233444556666788999
##   28 | 0001112233344568934556778889999
##   30 | 00112222334444456666777778900112
##   32 | 00111122233355566678888889900001111222344444556
##   34 | 3445
## [1] 344.582

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

일 단위
[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]
28 34 24 18 13 33 23 36 41 36 29 38 47 47
Chi-squared test for given probabilities: table(cut(quiz0228$days, breaks = c(0:14), include.lowest = TRUE))
Test statistic df P value
41.68 13 7.374e-05 * * *

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

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

랜덤화 효과

  마감일 일주일 전 제출 마감일 일주일 이내 제출
Black 134 91
Red 145 82
Pearson’s Chi-squared test with Yates’ continuity correction: table(quiz0228$group, quiz0228$bird)
Test statistic df P value
0.7195 1 0.3963