Dear R-help, I found that the following code crashes R (version 2.4.0 in windows).
> x=rnorm(10,0.1,1) > library(nlme) > gls(x~0) I quickly found a work-around for what I was trying to do, but I thought I should report this. Best wishes Simon Bond ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
