User Tools

Site Tools


c:ms:2024:schedule:week06_t-test_and_anova_note

Differences

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

Link to this comparison view

Next revision
Previous revision
c:ms:2024:schedule:week06_t-test_and_anova_note [2024/04/08 08:43] – created hkimscilc:ms:2024:schedule:week06_t-test_and_anova_note [2024/04/15 09:00] (current) hkimscil
Line 1: Line 1:
 ====== R ====== ====== R ======
 +<code>
 +# see http://commres.net/wiki/r/t-test 문서 for detailed info
 +# ?t.test for help
 +# t.test(A, mu) # one sample t-test
 +# t.test(A, B, var.equal = T) # two sample t-test 
 +# t.test(pre, post, paired=TRUE) # paired sample t-test (repeated measure)
 +</code>
 <code> <code>
 # t-test 이해 확인 # t-test 이해 확인
c/ms/2024/schedule/week06_t-test_and_anova_note.1712533388.txt.gz · Last modified: 2024/04/08 08:43 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki