Displaying 2 results from an estimated 2 matches for "tt3".
Did you mean:
tg3
2004 Nov 21
3
Help with ooplot(gplots) and error bars
Dear All
I am trying to graph a proportion and CI95% by a factor with ooplot (any
other better solution ?)
It works well until I try to add the confidence interval.
this is the error message and and a description of the data:
> dat1
PointEst
TT1 1 3.6
TT2 2 5.0
TT3 3 5.8
TT4 4 11.5
TT5 5 7.5
TT5 6 8.7
TT7 7 17.4
> dat2
Lower
TT1 1 1.0
TT2 2 2.2
TT3 3 2.7
TT4 4 6.7
TT5 5 3.9
TT5 6 4.6
TT7 7 11.5
> dat3
Upper
TT1 1 12.3
TT2 2 11.2
TT3 3 12.1
TT4 4 19.1
TT5 5 14.2
TT...
2011 Apr 15
3
Rsquared for anova
...test in the following way:
expdata<-read.table("/home/dorien/UA/meta-music/optimuse/optimuse1-build-desktop/results/results_processedCP",
header=TRUE)
names(expdata)<-c('nh1','nh2','nh3','randsize','aweights','tt1','tt2','tt3','path','iters','type','length','tos','tws','time')
fit<-(aov(tos~nh1*nh2*nh3*randsize*aweights*tt1*tt2*tt3*iters*length,
data=expdata))
summary(fit)
I want to check the fit of the model with Rsquared, but I cannot seem to
find a way...