제출/미제출

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

  미제출 제출
Red 19 64
Black 14 72
Pearson’s Chi-squared test with Yates’ continuity correction: table(quiz17$group, quiz17$submit)
Test statistic df P value
0.7921 1 0.3735

제출 시간의 분포

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

시간 단위 기초통계량

##     Min.  1st Qu.   Median     Mean  3rd Qu.     Max.     NA's 
##   0.3956  24.8331  54.2774  68.1905 126.4777 157.2900       33
## 
##   The decimal point is 1 digit(s) to the right of the |
## 
##    0 | 01122222333333446677788899
##    1 | 002
##    2 | 1344455556666677778
##    3 | 1257
##    4 | 0688899
##    5 | 0012333445567779
##    6 | 259
##    7 | 223458
##    8 | 22
##    9 | 79
##   10 | 12356777
##   11 | 99
##   12 | 1666778899
##   13 | 0000111134
##   14 | 223334566899
##   15 | 125777
## [1] 157.29

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

일 단위
[0,1] (1,2] (2,3] (3,4] (4,5] (5,6] (6,7]
33 22 24 7 12 25 13

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

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

랜덤화 효과

  48시간 이내 제출 48시간 이후 제출
Red 36 28
Black 45 27
Pearson’s Chi-squared test with Yates’ continuity correction: table(quiz17$group, quiz17$bird)
Test statistic df P value
0.3206 1 0.5712

기초통계 비교

  • 48시간 이내 제출:

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

    Min. 1st Qu. Median Mean 3rd Qu. Max.
    0 70 100 82.91 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시간 이후 제출
-1.46 118.3 0.1469 two.sided 75.93 82.91

quiz16 와 quiz17

일요일에 제출한 사람들

quiz16
## [1] 62
quiz17
## [1] 24

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

## [1] 18

수요일에 제출한 사람들

quiz16
## [1] 12
quiz17
## [1] 13

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

## [1] 7

Save