Re: [R] I think I just broke R

2011-04-04 Thread Thomas Rusch
> >> and time to upgrade R > > I'm still fighting to find out how to upgrade stuff on Ubuntu. After > a > repository update the newest available version was still 2.10.1. > I'll figure it out, sooner or later :) > That's simple. Just add $deb http:///bin/linux/ubuntu maverick/ to /etc/apt

Re: [R] I think I just broke R

2011-04-03 Thread Alexander Engelhardt
Am 03.04.2011 14:10, schrieb Duncan Murdoch: That's not weird: you just created an R variable named LANGUAGE, not an environment variable. Duncan Murdoch Silly me. It works now: alexx@derp:~$ cat ~/.Renviron LANGUAGE="EN" Thanks :) __ R-help@r-pro

Re: [R] I think I just broke R

2011-04-03 Thread Duncan Murdoch
On 11-04-03 7:50 AM, Alexander Engelhardt wrote: Am 03.04.2011 13:12, schrieb Prof Brian Ripley: On Sun, 3 Apr 2011, Uwe Ligges wrote: Use "LANGUAGE" rather than "LANG" as the environment variable. Also, set it outside your R session, e.g. in your .Renviron file. You are supposed to be able

Re: [R] I think I just broke R

2011-04-03 Thread Alexander Engelhardt
Am 03.04.2011 13:12, schrieb Prof Brian Ripley: On Sun, 3 Apr 2011, Uwe Ligges wrote: Use "LANGUAGE" rather than "LANG" as the environment variable. Also, set it outside your R session, e.g. in your .Renviron file. You are supposed to be able to change this during an R session, but if you rel

Re: [R] I think I just broke R

2011-04-03 Thread Prof Brian Ripley
On Sun, 3 Apr 2011, Uwe Ligges wrote: On 03.04.2011 09:30, Alexander Engelhardt wrote: Am 03.04.2011 03:51, schrieb Daniel Malter: Check whether x, y, or glm have been redefined. If not, restart R. I wouldn't call my function 'glm'. However, I did call one 'binomial'. That was my mistake.

Re: [R] I think I just broke R

2011-04-03 Thread Uwe Ligges
On 03.04.2011 09:30, Alexander Engelhardt wrote: Am 03.04.2011 03:51, schrieb Daniel Malter: Check whether x, y, or glm have been redefined. If not, restart R. I wouldn't call my function 'glm'. However, I did call one 'binomial'. That was my mistake. Thanks :) A few weeks ago I asked how t

Re: [R] I think I just broke R

2011-04-03 Thread Alexander Engelhardt
Am 03.04.2011 03:51, schrieb Daniel Malter: Check whether x, y, or glm have been redefined. If not, restart R. I wouldn't call my function 'glm'. However, I did call one 'binomial'. That was my mistake. Thanks :) A few weeks ago I asked how to set my error messages to english, and Richard H

Re: [R] I think I just broke R

2011-04-02 Thread Daniel Malter
Check whether x, y, or glm have been redefined. If not, restart R. D. -- View this message in context: http://r.789695.n4.nabble.com/I-think-I-just-broke-R-tp3422737p3422932.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-p

[R] I think I just broke R

2011-04-02 Thread Alexander Engelhardt
I swear, I didn't touch it! I can't fit GLM's anymore, and I can't make it talk english (for googling the error messages) anymore. y <- c(1,1,0,1,0,1) x <- c(2,7,3,5,2,4) glm(y~x, binomial) Fehler in runif(length(pi)) : Element 1 ist leer; Der Teil der Argumentliste 'length' der berechne