Re: [R] Problem in installing packages on linux machine...

2007-09-09 Thread Carsten Jaeger
Your problem is not related to missing file permissions but to a problem with the linker (ld). As you can see from the error message, ld cannot find a compatible libR.so so compilation fails. You did not specify which architecture you're on but in case it is a 64-bit platform, the following thread

Re: [R] type III ANOVA for a nested linear model

2007-07-11 Thread Carsten Jaeger
1 40.81 143 1 2 42.23 153 1 3 41.26 163 2 1 28.41 173 2 2 24.07 183 2 3 21.16 On Tue, 2007-07-10 at 13:54 +0200, Peter Dalgaard wrote: Carsten Jaeger wrote: Hello, is it possible to obtain type III sums of squares

[R] type III ANOVA for a nested linear model

2007-07-10 Thread Carsten Jaeger
Hello, is it possible to obtain type III sums of squares for a nested model as in the following: lmod - lm(resp ~ A * B + (C %in% A), mydata)) I have tried library(car) Anova(lmod, type=III) but this gives me an error (and I also understand from the documentation of Anova as well as from a

Re: [R] Legend outside plotting area

2007-05-22 Thread Carsten Jaeger
Judith, you might try split.screen() and related functions, see ?screen. Example: split.screen(c(1,2)) # 1 row, 2 columns split.screen(c(2,2), screen = 1) # split left column into 2x2 for(i in 3:6) { screen(i); plot(1:10) } screen(2) plot(1, type=n, axes=F, ann=F) # empty plot legend(center,