제출/미제출

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

  미제출 제출
Black 24 131
Red 28 128
Pearson’s Chi-squared test with Yates’ continuity correction: table(quiz02$group, quiz02$submit)
Test statistic df P value
0.1853 1 0.6669

제출 시간의 분포

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

시간 단위 기초통계량

##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max.    NA's 
##  -46.49   22.26   51.17   57.69  102.44  177.95      52
## 
##   The decimal point is 1 digit(s) to the right of the |
## 
##   -4 | 666666653
##   -3 | 7754
##   -2 | 651
##   -1 | 9
##   -0 | 64
##    0 | 0001111111122222333444444566666999
##    1 | 00001799
##    2 | 0122233344444555666667777788999
##    3 | 00111122222222333334445567
##    4 | 8888999
##    5 | 0011112233333444677788889
##    6 | 000019
##    7 | 022234445556778
##    8 | 0000135
##    9 | 467778889
##   10 | 001122233344444555677789
##   11 | 356679
##   12 | 01133344555666789
##   13 | 001
##   14 | 2579
##   15 | 00122223447889
##   16 | 8
##   17 | 278
## [1] 177.9521

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

일 단위
[0,1] (1,2] (2,3] (3,4] (4,5] (5,6] (6,7]
52 48 39 21 38 21 18
Chi-squared test for given probabilities: table(cut(quiz02$days, breaks = c(0:7), include.lowest = TRUE))
Test statistic df P value
34.11 6 6.407e-06 * * *

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

시간 단위
[0,1] (1,2] (2,3] (3,4] (4,5] (5,6] (6,7] (7,8] (8,9] (9,10] (10,24] (24,48] (48,72] (72,96] (96,120] (120,144] (144,168]
7 6 6 2 4 4 2 0 3 2 16 48 39 21 38 21 18

시간 당 제출 건수의 분포

Save