Anova-Twoway: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 October 2016

6 August 2013

  • curprev 09:2309:23, 6 August 2013 Raj talk contribs 2,205 bytes +2,205 Created page with "Category:R <source line> # twoway.r # code for two way ANOVA food <- read.csv('food.csv', as.is=T) food$type.f <- factor(food$type) food$sex.f <- factor(food$sex) #..."