Displaying 2 results from an estimated 2 matches for "allgroupsroi".
2006 Mar 28
1
variables as arguments in formulae in aov?
...names, :
invalid variable type
The line causing the problem is the first line inside the for loop.
The question is what have I done wrong? Is there a better way of doing
the ANOVAs?
Thanks in advance,
Bye,
Colm.
-------------- next part --------------
roi.errs=read.table("../Group.results/allGroupsROI.errs", header=T, sep="\t");
roi.stops=read.table("../Group.results/allGroupsROI.stops", header=T, sep="\t");
# extract the names of the columns containing the means
roi.names=names(roi.errs);
meanColumns=roi.names[4:length(roi.names)];
## open the output file, s...
2007 Apr 25
1
barchart producing incorrect number of barcharts when columns renamed
...ed");
for (resultsDir in resultsDirs) {
cat(resultsDir, "\n")
if (any(grep("clipped", resultsDir)))
{
clipping="(Clipped)";
}
else
{
clipping="(NOT Clipped)";
}
roi.errs=read.table(paste(resultsDir,
"allGroupsROI.acrossGroupWithinEvent.errs", sep="/"), header=T, sep="");
roi.errs.names=names(roi.errs);
# ctrl
roi.errs.ctrl<-roi.errs[roi.errs[,"Group"]=="ctrl", 4:length
(roi.errs)]
roi.errs.ctrl.subjects=roi.er...