User Tools

Site Tools


c:ms:2026:schedule

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
c:ms:2026:schedule [2026/03/16 05:32] – [Week03] hkimscilc:ms:2026:schedule [2026/04/06 14:53] (current) – [Week07] hkimscil
Line 190: Line 190:
 ====== Week03 ====== ====== Week03 ======
 <WRAP half column> <WRAP half column>
-[[./schedule/ln.w03]]+[[./schedule/lecture note week 03]]
  
 3주차 온라인 강의 동영상은 4주에 걸쳐서 보시기 바랍니다. 즉, 4주 중에 따로 동영상 올리지 않습니다.  3주차 온라인 강의 동영상은 4주에 걸쳐서 보시기 바랍니다. 즉, 4주 중에 따로 동영상 올리지 않습니다. 
Line 222: Line 222:
  
 [[:Sampling distribution]] via random [[:sampling]] [[:Sampling distribution]] via random [[:sampling]]
-  * sa [[:sampling distribution in r]]+  * sa [[:r:sampling distribution]] with r script 
 [[:Central Limit Theorem]] [[:Central Limit Theorem]]
  
Line 399: Line 399:
 </WRAP> </WRAP>
 <WRAP half column> <WRAP half column>
-{{:c:ms:2023:pasted:20230329-102748.jpeg}} 
-아래 두번째 그림은 population의 평균이 102 일 때 
-400명을 (1600명이 아니라) 샘플로 취했을 때의  
-샘플평균들의 집합을 그린것입니다.  
-{{:c:ms:2023:pasted:20230329-102811.jpeg}} 
- 
-<code> 
-##### 
-mu.pop <- 100 
-sd.pop <- 10 
- 
-set.seed(101) 
-treated.group <- rnorm(16, 112, 10) 
-treated.group 
-m.tg <- mean(treated.group) 
-m.tg 
- 
-# install.packages("BSDA") 
-# library(BSDA) 
-z.test(treated.group, mu=mu.pop, sigma.x=sd.pop)  
- 
-mu.pop <- 100 
-sd.pop <- 10 
- 
-set.seed(100) 
-treated.group.2 <- rnorm(16, 102, 10) 
-treated.group.2 
-m.treated.group.2 <- mean(treated.group.2) 
-m.treated.group.2 
- 
-# install.packages("BSDA") 
-# library(BSDA) 
-z.test(treated.group.2, mu=mu.pop, sigma.x=sd.pop)  
- 
-set.seed(100) 
-treated.group.2 <- rnorm(1600, 102, 10) 
-treated.group.2 
-m.treated.group.2 <- mean(treated.group.2) 
-m.treated.group.2 
- 
-# install.packages("BSDA") 
-# library(BSDA) 
-z.test(treated.group.2, mu=mu.pop, sigma.x=sd.pop)  
- 
- 
-</code> 
  
 ===== Assignment ===== ===== Assignment =====
Line 525: Line 479:
 [[./w07.2 factorial anova]] or two way anova [[./w07.2 factorial anova]] or two way anova
 ===== Assignment ===== ===== Assignment =====
----- +
-  * 가설 만들어 보기 +
-    * [[http://behavioralsciencewriting.blogspot.kr/2011/09/how-to-write-hypothesis.html|how to write hypothesis]] at behavioral science writing.  +
-    * One sample hypothesis [[http://www.socialresearchmethods.net/kb/hypothes.php|Hypothesis]] at www.socialresearchmethods.net+
 ===== 8주차 퀴즈 ===== ===== 8주차 퀴즈 =====
 8주차 정기시험기간 중에 2차 퀴즈 8주차 정기시험기간 중에 2차 퀴즈
-  * 4월26일, 09:00 ~ (A, B교시) +
-  * 범위 +
-    * 처음부터 One-way ANOVA test with post hoc test 까지 (R square에 대한 설명포함) +
-    * 제 9주차 내용이지만 수업시간에 다룬 것만 시험에 나옵니다.  +
-    * 동영상은 7주차까지 보셔야 합니다 +
-      * [[:Sampling]] +
-      * [[:Hypothesis]] +
-      * [[:Variables]] +
-        * [[:Types of Variables]] +
-        * [[:Level of Measurement]] +
-      * [[:Mean]] [[:Median]] [[:Mode]] +
-      * [[:Variance]], [[:Standard Deviation]] +
-      * [[:Sampling Distribution]] +
-      * [[:Central Limit Theorem]], [[:Hypothesis Testing]] +
-      * [[:z-test]] +
-      * [[:t-test]] +
-      * [[:ANOVA]] +
-      * [[:post hoc test]] +
- +
  
 </WRAP> </WRAP>
c/ms/2026/schedule.1773639160.txt.gz · Last modified: by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki