User Tools

Site Tools


c:ms:2024: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
Next revisionBoth sides next revision
c:ms:2024:schedule [2024/04/01 08:59] – [Week05] hkimscilc:ms:2024:schedule [2024/04/08 08:52] – [Week07] hkimscil
Line 634: Line 634:
 <WRAP half column> <WRAP half column>
 [[./schedule/week06 t-test and anova note]] [[./schedule/week06 t-test and anova note]]
 +<code>
 +# pnorm
 +# qnorm
 +# pt
 +# qt
 +percentage <- .975
 +df <- 99
 +t.critical <- qt(percentage, df) # sample size = df + 1 일 때, 95%에 해당하는 점수는?
 +t.critical
 +
 +t.calculated <- 3.6
 +df <- 8
 +pt(t.calculated, df) 
 +
 +</code>
 ===== Announcement ===== ===== Announcement =====
 ===== Assignment ===== ===== Assignment =====
 </WRAP> </WRAP>
 +
  
 ====== Week07 ====== ====== Week07 ======
Line 688: Line 704:
 ===== 8주차 퀴즈 ===== ===== 8주차 퀴즈 =====
 8주차 정기시험기간 중에 2차 퀴즈 8주차 정기시험기간 중에 2차 퀴즈
-  * 4월26일, 09:00 ~ (A, B교시)+  * 시간  
 +    * 09:00 ~ (A, B교시)
   * 범위   * 범위
     * 처음부터 One-way ANOVA test with post hoc test 까지 (R square에 대한 설명포함)     * 처음부터 One-way ANOVA test with post hoc test 까지 (R square에 대한 설명포함)
c/ms/2024/schedule.txt · Last modified: 2024/05/08 08:48 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki