Hi,
I am having a hard time getting what the summary.lm-output for an ANOVA /
ANCOVA means.
Examples I find always seem to deal with simpler cases than what I meet in my
data.
My main problem is understanding the output when getting significant
INTERACTION TERMS (what never occurs in examples
Hi,
I successfully created 3 screens with the following:
fig.mat<-c(0,.5,.5,.5,1,1,0,0,.5,1,.5,1)
fig.mat<-matrix(fig.mat,nrow=3)
fig.mat
split.screen(fig.mat)
I can plot three different plots on those 3 screens, but when I try the
following:
(Trying to create three graphs with a common x-axis
Hi Tim,
You might want to try it with the following:
par(usr=c(-2,1,ymin,ymax)
Where -2 and 1 are the exponents for your x-values, and ymin and ymax the
margins you want for your y-values.
Then you plot as usual adding the following parameters:
plot(x,y,,log="x",xlim=c(10^par("usr")[1:2]
3 matches
Mail list logo