search for: pvalues_genotipo

Displaying 1 result from an estimated 1 matches for "pvalues_genotipo".

2009 Sep 03
1
Two-ways anova / interaction
When I perform a two-way anova on my dataframe "pin", I can't get any indication about the interaction among the two factors "gen" and "con" while the statistics about the significance relative to the two factors alone is correct. I wrote this: *pvalues_genotipo<-sapply(pin[,1:(length(pin)-2)],FUN=function(x) summary(aov(x~gen*con)))* Where is the mistake? luca [[alternative HTML version deleted]]