Re: [R] R crashing oddly

2010-04-23 Thread Michael Steven Rooney
OK, now it sounds like the behavior is exactly the same for both of us. I think Gmail sometimes gobbles up newline characters, and that must have messed up the code I sent out before. Someone pointed out to me that a similar problem was identified before: https://stat.ethz.ch/pipermail/r-sig-mixe

Re: [R] R crashing oddly

2010-04-23 Thread Joshua Wiley
Michael, Good news (relatively speaking). I ran your code again, but this time I actually looked at what I pasted in and noticed some errors. When I actually pulled your code into a text editor, there was an issue with one of the comments wrapping to the next line without a new # (probably an em

Re: [R] R crashing oddly

2010-04-23 Thread Michael Steven Rooney
t;> cat(temp) > >>> time.rng<- temp[1] > >>> time.nug<- temp[2] > >>> temp<- coef(object[["space"]],unconstrained=FALSE) > >>> space.rng<- temp[1] > >>> space.nug<- temp[2] > >>&g

Re: [R] R crashing oddly

2010-04-23 Thread Joshua Wiley
;),function(mat) >>> (1-time.nug)*exp(-mat/time.rng)) >>>     cor.space<- lapply(attr(object[["space"]],"covariate"),function(mat) >>> (1-space.nug)*exp(-mat/space.rng)) >>>     x<- lapply(seq(length(cor.time)),function(mat) >

Re: [R] R crashing oddly

2010-04-23 Thread Michael Steven Rooney
("corFactor","corStruct") >> logDet.corSPT<- getS3method("logDet","corStruct") >> recalc.corSPT<- getS3method("recalc","corStruct") >> >> formula.corSPT<- function(object,...) { >> a&l

Re: [R] R crashing oddly

2010-04-23 Thread Uwe Ligges
"]],...) } debug(corSPT) debug(getS3method("recalc","corSpatial")) debug(getS3method("recalc","corStruct")) debug(getS3method("Initialize","corSPT")) debug(getS3method("coef<-","corSPT")) debug(getS3method(&quo

Re: [R] R crashing oddly

2010-04-22 Thread Michael Steven Rooney
ot;recalc","corSpatial")) debug(getS3method("recalc","corStruct")) debug(getS3method("Initialize","corSPT")) debug(getS3method("coef<-","corSPT")) debug(getS3method("coef","corSPT")) debug(getS3method(&quo

Re: [R] R crashing oddly

2010-04-22 Thread Viechtbauer Wolfgang (STAT)
-help-boun...@r-project.org] On Behalf Of Michael Steven Rooney Sent: Wednesday, April 21, 2010 17:41 To: r-help@r-project.org Subject: [R] R crashing oddly > Hi, > > I am working with the package nlme, and I tried creating a new > correlation class (which, according to the help pages,

Re: [R] R crashing oddly

2010-04-21 Thread Uwe Ligges
the problem. Uwe Ligges nlme version is 3.1-93 The OS is Windows XP. This is for my work computer but I get the same behavior at home using Vista. -- Forwarded message -- From: Sarah Goslee Date: Wed, Apr 21, 2010 at 11:50 AM Subject: Re: [R] R crashing oddly To: Michael

[R] R crashing oddly

2010-04-21 Thread Michael Steven Rooney
The R version is 2.9.2. nlme version is 3.1-93 The OS is Windows XP. This is for my work computer but I get the same behavior at home using Vista. -- Forwarded message -- From: Sarah Goslee Date: Wed, Apr 21, 2010 at 11:50 AM Subject: Re: [R] R crashing oddly To: Michael Steven

[R] R crashing oddly

2010-04-21 Thread Michael Steven Rooney
Hi, I am working with the package nlme, and I tried creating a new correlation class (which, according to the help pages, is possible if you write a few new method functions). Anyways, I think I am 99% of the way there, but I have a recurring problem with R crashing on seemingly innocuous statemen