제출/미제출

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

  미제출 제출
Red 7 76
Black 8 78
Pearson’s Chi-squared test with Yates’ continuity correction: table(quiz13$group, quiz13$submit)
Test statistic df P value
8.199e-32 1 1

제출 시간의 분포

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

시간 단위 기초통계량

##     Min.  1st Qu.   Median     Mean  3rd Qu.     Max.     NA's 
##   0.3128  13.0051  64.1504  75.1192 134.4491 166.9939       15
## 
##   The decimal point is 1 digit(s) to the right of the |
## 
##    0 | 00001111112222222333333333333333445678
##    1 | 19
##    2 | 244778
##    3 | 23357
##    4 | 8999
##    5 | 00112223455666789
##    6 | 0001179
##    7 | 00122456
##    8 | 1
##    9 | 23469
##   10 | 00012345566
##   11 | 899
##   12 | 235578
##   13 | 245
##   14 | 33366689
##   15 | 0011223333333334444445667889
##   16 | 27
## [1] 166.9939

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

일 단위
[0,1] (1,2] (2,3] (3,4] (4,5] (5,6] (6,7]
42 9 33 7 16 12 35

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

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

랜덤화 효과

  48시간 이내 제출 48시간 이후 제출
Red 47 29
Black 56 22
Pearson’s Chi-squared test with Yates’ continuity correction: table(quiz13$group, quiz13$bird)
Test statistic df P value
1.301 1 0.2539

기초통계 비교

  • 48시간 이내 제출:

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

    Min. 1st Qu. Median Mean 3rd Qu. Max.
    0 60 100 79.8 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시간 이후 제출
3.115 72.74 0.002629 * * two.sided 93.11 79.8

quiz12 와 quiz13

일요일에 제출한 사람들

quiz12
## [1] 60
quiz13
## [1] 33

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

## [1] 29

수요일에 제출한 사람들

quiz12
## [1] 12
quiz13
## [1] 35

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

## [1] 10

Save