User Tools

Site Tools


anova_assumptions

Differences

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

Link to this comparison view

anova_assumptions [2017/11/06 09:54] – created hkimscilanova_assumptions [2017/11/06 09:55] (current) – [Homogeneity of Variances] hkimscil
Line 14: Line 14:
 qqline(mpg)</code> qqline(mpg)</code>
 ====== Homogeneity of Variances ====== ====== Homogeneity of Variances ======
 +<code># Bartlett Test of Homogeneity of Variances
 +bartlett.test(y~G, data=mydata)
  
 +# Figner-Killeen Test of Homogeneity of Variances
 +fligner.test(y~G, data=mydata)</code>
anova_assumptions.1509931476.txt.gz · Last modified: 2017/11/06 09:54 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki