User Tools

Site Tools


c:ma:2019:lecturer

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
c:ma:2019:lecturer [2019/10/03 07:23] – [anova: mtcars] hkimscilc:ma:2019:lecturer [2019/10/04 11:28] (current) – [anova: mtcars] hkimscil
Line 233: Line 233:
 library(MASS) library(MASS)
  
-tempd <- Cars93 +tempd <- iris 
-x <- tempd$Cylinders +x <- tempd$Species 
-y <- tempd$MPG.city+y <- tempd$Sepal.Width 
 + 
 +tempd <- mtcars 
 +x <- tempd$gear 
 +y <- tempd$mpg 
 + 
 +tempd <- mtcars 
 +x <- tempd$am 
 +y <- tempd$mpg 
  
 x <- factor(x) x <- factor(x)
Line 271: Line 280:
 siglevel siglevel
  
-mod <- aov(y~x, data=data)+mod <- aov(y~x, data=tempd)
 summary(mod) summary(mod)
  
c/ma/2019/lecturer.1570055006.txt.gz · Last modified: 2019/10/03 07:23 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki