Displaying 1 result from an estimated 1 matches for "mean_12".
Did you mean:
mean_1
2006 Apr 12
0
how to interpret the results of a simint call
...ltcmp package as suggested by Andy Liaw (thank you).
I am, however, unsure how to interpret the results of the call to
simint. Could someone help me with this?
I've attached the code and the results it produced. There are 3 groups
(ctrl,long,short) and I'm trying to see if the data in the Mean_12
column (in the example below) differs based on group membership.
for (meanCol in meanColumns) {
roi.err.aov<-aov(eval(parse(text=meanCol)) ~ Group, data=roi.errs);
HSD.err<-simint(eval(parse(text=meanCol)) ~ Group, data=roi.errs,
type="Tukey");
cat("######################...