search for: multcompmethod

Displaying 2 results from an estimated 2 matches for "multcompmethod".

2012 May 11
0
Additional info: help with SMATR: help with pairwise comparisons using MA regression?
Also, this works (taking out multcomp=TRUE, multcompmethod="adjusted"): com.test=ma(Head.W1~Leg.3.1+Site, type="elevation", data=queens) print(com.test) ....so for some reason it will do an MA regression on all my data point together, but shows an error when I try to do pairwise comparisons between groups. Thank you, Ioulia -------...
2012 May 11
0
help with SMATR: help with pairwise comparisons using MA regression?
...r everything, right?) I've attached the data file I'm using, the code looks like this: library(smatr) queens <- read.table("queens.txt", header=TRUE, sep="\t") # This works: com.test=sma(Head.W1~Leg.3.1+Site, type="elevation", data=queens, multcomp=TRUE, multcompmethod="adjusted") print(com.test) # This doesn't (all I did was change sma to ma, the package manual makes it seem that easy...): com.test=ma(Head.W1~Leg.3.1+Site, type="elevation", data=queens, multcomp=TRUE, multcompmethod="adjusted") print(com.test) This is the erro...