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

Next revision
Previous revision
c:ms:2026:schedule [2026/02/25 13:39] – created hkimscilc:ms:2026:schedule [2026/04/06 14:53] (current) – [Week07] hkimscil
Line 37: Line 37:
  
 [[../2026|이전 페이지]] [[../2026|이전 페이지]]
-april 2 (1/5), april 23, may 28(1/13), June 16 + 
-  * Week 01: <del>March 3</del>,  +  * Week 01: <del>March 2</del>,  
-  * Week 02: March 1012 +  * Week 02: March 911 
-  * Week 03: March 1719 +  * Week 03: March 1618 
-  * Week 04: March 2426 +  * Week 04: March 2325 (the 1st quiz) 
-  * Week 05: March 31, April 2 (<fc #ff0000>첫번째 퀴즈</fc>) +  * Week 05: March 30, April  
-  * Week 06: April 79 +  * Week 06: April 68 
-  * Week 07: April 1416 +  * Week 07: April 1315 
-  * Week 08: April 2123 +  * Week 08: April 2022 (the 2nd quiz) 
-  * Week 09: April 2830 +  * Week 09: April 2729 
-  * Week 10: <del>May 5</del>7 +  * Week 10: May 46 
-  * Week 11: May 1214 +  * Week 11: May 1113 (the 3rd quiz) 
-  * Week 12: May 1921 +  * Week 12: May 1820  
-  * Week 13: May 2628 +  * Week 13: May 2527 
-  * Week 14: June 24 +  * Week 14: June 13 
-  * Week 15: June 911 +  * Week 15: June 810 
-  * Week 16: June 1618+  * Week 16: June 1517 (the 4th quiz)
  
  
  
-  * Week 01: March 5, 10  
-  * Week 02: March 12, 17 
-  * Week 03: March 19, 24 
-  * Week 04: March 26, 31 
-  * Week 05: April 2 (<fc #ff0000>첫번째 퀴즈</fc>), 7 
-  * Week 06: April 9, 14 
-  * Week 07: April 16, 21 
-  * Week 08: April 23, 28 
-  * Week 09: April 30, <del>May 5</del> 
-  * Week 10: May 7, 12 
-  * Week 11: May 14, 19 
-  * Week 12: May 21, 26 
-  * Week 13: May 28, June 2 
-  * Week 14: June 4, 9 
-  * Week 15: June 11, 16 
-  * Week 16: June 18, 23 
  
  
Line 109: Line 93:
 기술통계 ([[:descriptive statistics]]) 기술통계 ([[:descriptive statistics]])
 추론통계 ([[:inferential statistics]]) 추론통계 ([[:inferential statistics]])
-아래의 개념은 [[:sampling|샘플링]] 문서를 먼저 볼것+아래의 개념은 [[:sampling]] 문서를 먼저 볼것
  
   * 전집 ([[:population]])   * 전집 ([[:population]])
Line 125: Line 109:
   * [[:types of variables]]   * [[:types of variables]]
   * [[:level of measurement]]   * [[:level of measurement]]
- 
- 
  
 </WRAP> </WRAP>
Line 135: Line 117:
 <WRAP half column> <WRAP half column>
 ===== Concepts and ideas ===== ===== Concepts and ideas =====
 +수업 중에 사용한 R 명령어는 익혀 두어야 합니다.
 +예, 
 +<code>
 +> pnorm(1)
 +[1] 0.8413447
 +> pnorm(110, 100, 10)
 +[1] 0.8413447
 +> qnorm(.5, 100, 10)
 +[1] 100
 +> qnorm(.975, 100, 10)
 +[1] 119.5996
 +> pnorm(120, 100, 10)
 +[1] 0.9772499
 +> a <- pnorm(120, 100, 10)
 +> qnorm(a, 100, 10)
 +[1] 120
 +
 +</code>
 +
 [[:Sampling]] [[:Sampling]]
 [[:Hypothesis|가설]] [[:Hypothesis|가설]]
Line 174: Line 175:
       * Difference        * Difference 
       * Association       * Association
-    * e.g., {{:the_third_person_effect_sprial_of_silence.pdf|양승찬의 논문}} <- 읽을 것+    * e.g., {{:the_third_person_effect_sprial_of_silence.pdf|양승찬의 논문}} 
  
     * [[:Variables]] (vs. ideas, concepts, and constructs)     * [[:Variables]] (vs. ideas, concepts, and constructs)
Line 184: Line 185:
         * Mediating (Intervening) variable         * Mediating (Intervening) variable
       * [[:Level of Measurement]]       * [[:Level of Measurement]]
-[[Lecture note week 02]] 
 ===== Assignment ===== ===== Assignment =====
 </WRAP> </WRAP>
Line 190: Line 190:
 ====== Week03 ====== ====== Week03 ======
 <WRAP half column> <WRAP half column>
 +[[./schedule/lecture note week 03]]
 +
 3주차 온라인 강의 동영상은 4주에 걸쳐서 보시기 바랍니다. 즉, 4주 중에 따로 동영상 올리지 않습니다.  3주차 온라인 강의 동영상은 4주에 걸쳐서 보시기 바랍니다. 즉, 4주 중에 따로 동영상 올리지 않습니다. 
  
Line 207: Line 209:
  
 ===== Concepts and ideas ===== ===== Concepts and ideas =====
- 
-<WRAP box>[[:b:r cookbook:navigating|Navigating]] software 
-  - Introduction 
-  - Getting and Setting the Working Directory 
-  - Saving Your Workspace 
-  - Viewing Your Command History 
-  - Saving the Result of the Previous Command 
-  - Displaying the Search Path 
-  - Accessing the Functions in a Package 
-  - Accessing Built-in Datasets 
-  - Viewing the List of Installed Packages 
-  - Installing Packages from CRAN 
-  - Setting a Default CRAN Mirror 
-  - Suppressing the Startup Message 
-  - Running a Script 
-  - Running a Batch Script 
-  - Getting and Setting Environment Variables 
-  - Locating the R Home Directory 
-  - Customizing R 
-</WRAP> 
 [[:Mean]] [[:Mean]]
 [[:Mode]] [[:Mode]]
Line 240: 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 417: 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 543: 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.1772026784.txt.gz · Last modified: by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki