Re: [Rd] buglet in hjelp("[<-")

2006-08-17 Thread Kjetil Brinchmann Halvorsen
Prof Brian Ripley wrote: > On Sun, 13 Aug 2006, Kjetil Brinchmann Halvorsen wrote: > >> Hola! >> >> The details section of help("[<-") contains in the Details section >> >> Subsetting (except by an empty index) will drop all attributes except &

Re: [Rd] rownames() problem with 0-extent arrays (PR#9136)

2006-08-16 Thread Kjetil Brinchmann Halvorsen
Raubertas, Richard wrote: > Prof Ripley, > Thanks for your reply. I've inserted a couple of inline > comments below. > > Rich Raubertas > >> -Original Message- >> From: Prof Brian Ripley [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, August 16, 2006 7:21 AM >> To: Raubertas, Richard >>

[Rd] buglet in hjelp("[<-")

2006-08-13 Thread Kjetil Brinchmann Halvorsen
Hola! The details section of help("[<-") contains in the Details section Subsetting (except by an empty index) will drop all attributes except names, dim and dinmanes. I guess dinmanes means dimnames! Kjetil __ R-devel@r-project.org mailing list htt

Re: [Rd] solving nonlinear equations

2006-08-08 Thread Kjetil Brinchmann Halvorsen
HAKAN DEMIRTAS wrote: > I can't seem to get computationally stable estimates for the following system: > > Y=a+bX+cX^2+dX^3, where X~N(0,1). (Y is expressed as a linear combination of > the first three powers of a standard normal variable.) Assuming that E(Y)=0 > and Var(Y)=1, one can obtain the

Re: [Rd] seq improperly increments dates (PR#9120)

2006-08-04 Thread Kjetil Brinchmann Halvorsen
Duncan Murdoch wrote: > On 8/4/2006 4:18 AM, Martin Maechler wrote: >>> "Gabor" == Gabor Grothendieck <[EMAIL PROTECTED]> >>> on Thu, 3 Aug 2006 20:14:24 -0400 writes: >> Gabor> That's, in fact, the way seq.dates works in the chron package: >> Gabor> library(chron) >> Gabor>

Re: [Rd] How to capture t-score and p-values from t.test

2006-03-25 Thread Kjetil Brinchmann Halvorsen
Bernzweig, Bruce (Exchange) wrote: > When I do t.test on two distributions (see example below), it outputs > numerous data about the t.test. > > What I'd like to do is individually capture some of this data and assign > it to other variables. > > However, I am unable to find anything in the help

Re: [Rd] Installation of gmodels package (PR#8686)

2006-03-16 Thread Kjetil Brinchmann Halvorsen
[EMAIL PROTECTED] wrote: > Full_Name: Thomas R Famula > Version: 2.2.1 > OS: Linux - fedora core 4 > Submission from: (NULL) (169.237.28.28) > > > Sorry to bother - I hope this is a simple fix. > Here is the set of error messages I recieved in trying to install the > "gmodels" > package. I typed

Re: [Rd] Minumum memory requirements to run R.

2006-01-20 Thread Kjetil Brinchmann Halvorsen
Prof Brian Ripley wrote: > Quite a while back we set the goal of running R in 16Mb RAM, as people (I > think Kjetil) had teaching labs that small. It's a while since I actually har R used on such small machines, I think 64 MB is quite acceptable now. Kjetil > > Since then R has grown, and we h

[Rd] buglet in ?StructTS

2005-11-28 Thread Kjetil Brinchmann Halvorsen
?StructTS has The basic structural model, type = "BSM", is a local trend model with an additional seasonal component. Thus the measurement equation is x[t] = m[t] + s[t] + eps[t], exp[t] ~ N(0, sigma^2_eps) I guess in the last line exp[t] ~ should be eps[t] ~ ...

Re: [Rd] Tests of gcc-4.0.1

2005-08-05 Thread Kjetil Brinchmann Halvorsen
Prof Brian Ripley wrote: >I had promised to report on tests of gcc-4.0.1, and have now tracked down >all the outstanding issues. > >I am comparing gcc3 (gcc-3.4.4 including g77) and gcc4 (gcc-4.0.1 >including gfortran) on FC3, both i686 and x86_64 (the latter both 64-bit >and 32-bit builds). A

[Rd] docu buglets for ar and friends

2005-07-26 Thread Kjetil Brinchmann Halvorsen
This is R2.1.1 The documantation opened by ?ar, section for returned value, does not document all the components of the returned list. In addition to the 13 components documented, it also contains the component $frequency This also applies to the help page opened by ?ar.ols -- Kjetil Halvorse