User Tools

Site Tools


anova

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
Last revisionBoth sides next revision
anova [2020/05/20 15:55] – [Example 2] hkimscilanova [2022/05/14 10:31] – [F and t value] hkimscil
Line 189: Line 189:
  
 $$ $$
-\text{SS} \sum X_i^2 - \frac{(\sum {X_i)^2}}{n} +\text{SS} =  \sum X_i^2 - \frac{(\sum {X_i)^2}}{n} 
 $$ $$
 ==== SS within ====  ==== SS within ==== 
Line 200: Line 200:
 위에서 각각의 SS값은 미리 구해 두었으므로, 이를 계산하면, 위에서 각각의 SS값은 미리 구해 두었으므로, 이를 계산하면,
 $$ $$
-SS_{within} 6 + 4 + 6 = 16+SS_{within} = 6 + 4 + 6 = 16
 $$ $$
  
Line 375: Line 375:
 ====== Post hoc test ====== ====== Post hoc test ======
 [[Post hoc test]] [[Post hoc test]]
-<code>> adata <- read.csv("https://datascienceplus.com/wp-content/uploads/2017/08/tyre.csv")+<code>> adata <- read.csv("https://datascienceplus.com/wp-content/uploads/2017/08/tyre.csv", fileEncoding="UTF-8-BOM")
 > adata > adata
         Brands  Mileage         Brands  Mileage
Line 474: Line 474:
 ====== F and t value ====== ====== F and t value ======
 $$ F = t^{2}$$ $$ F = t^{2}$$
-<code>> td <- read.csv("D:/Users/Hyo/Cs-Kant/CS/Rdata/t-test.csv")+<code>> td <- read.csv("D:/Users/Hyo/Cs-Kant/CS/Rdata/t-test.csv", fileEncoding="UTF-8-BOM")
 > head(td) > head(td)
   gender tmobconv out in. mobpeo   gender tmobconv out in. mobpeo
Line 519: Line 519:
 ====== Example ====== ====== Example ======
 가설. 단어맞히기 게임에서 첫글자를 힌트로 주거나, 마지막 글자를 힌트로 주거나, 힌트를 주지 않은 세 그룹 간에 틀린 단어의 숫자에 차이가 있을 것이다.  가설. 단어맞히기 게임에서 첫글자를 힌트로 주거나, 마지막 글자를 힌트로 주거나, 힌트를 주지 않은 세 그룹 간에 틀린 단어의 숫자에 차이가 있을 것이다. 
 +
 +[[anova/ex01]]
  
 |  |First Letter \\ Condition 1 \\ X<sub>1</sub>|Last Letter \\ Condition 2 \\ X<sub>2</sub>|No Letter \\ Condition 3 \\ X<sub>3</sub> | |  |First Letter \\ Condition 1 \\ X<sub>1</sub>|Last Letter \\ Condition 2 \\ X<sub>2</sub>|No Letter \\ Condition 3 \\ X<sub>3</sub> |
anova.txt · Last modified: 2022/09/30 09:02 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki