제출/미제출

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

  미제출 제출
Red 12 71
Black 17 69
Pearson’s Chi-squared test with Yates’ continuity correction: table(quiz15$group, quiz15$submit)
Test statistic df P value
0.5058 1 0.477

제출 시간의 분포

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

시간 단위 기초통계량

##     Min.  1st Qu.   Median     Mean  3rd Qu.     Max.     NA's 
##   0.1072  36.5222  67.9444  75.3269 123.6753 167.7078       29
## 
##   The decimal point is 1 digit(s) to the right of the |
## 
##    0 | 0000012233344445556677899
##    1 | 0239
##    2 | 2567
##    3 | 4678
##    4 | 8888999
##    5 | 00011113445556677777999
##    6 | 3679
##    7 | 11234578999
##    8 | 00124445
##    9 | 34
##   10 | 01245678
##   11 | 9
##   12 | 0124444579
##   13 | 1
##   14 | 234568
##   15 | 0122223333345667778
##   16 | 478
## [1] 167.7078

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

일 단위
[0,1] (1,2] (2,3] (3,4] (4,5] (5,6] (6,7]
30 9 35 18 9 13 26

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

마감 3일 전 일요일 오후 6시 이후에 제출한 사람과 그 이전에 제출한 사람들의 특성 비교

랜덤화 효과

  48시간 이내 제출 48시간 이후 제출
Red 55 16
Black 46 23
Pearson’s Chi-squared test with Yates’ continuity correction: table(quiz15$group, quiz15$bird)
Test statistic df P value
1.528 1 0.2163

기초통계 비교

  • 48시간 이내 제출:

    Min. 1st Qu. Median Mean 3rd Qu. Max.
    0 70 100 83.56 100 100
  • 48시간 이후 제출:

    Min. 1st Qu. Median Mean 3rd Qu. Max.
    0 60 100 78.97 100 100

Box Plot

t test

Welch Two Sample t-test: score1 by bird
Test statistic df P value Alternative hypothesis mean in group 48시간 이내 제출 mean in group 48시간 이후 제출
0.7643 54.29 0.448 two.sided 83.56 78.97

quiz14 와 quiz15

일요일에 제출한 사람들

quiz14
## [1] 71
quiz15
## [1] 35

두 퀴즈를 일요일에 제출한 사람들

## [1] 29

수요일에 제출한 사람들

quiz14
## [1] 9
quiz15
## [1] 26

두 퀴즈를 수요일에 제출한 사람들

## [1] 8

Save