Displaying 1 result from an estimated 1 matches for "listadd".
Did you mean:
list_add
1997 Nov 10
1
R-alpha: Re: R/R-minus incompatibility [ an old one ]
>>>>> "FrL" == Friedrich Leisch <Friedrich.Leisch@ci.tuwien.ac.at> writes:
FrL> Hmm, I'm quite perplexed by something very trivial/stupid/whatever
FrL> ... don't know, if this one has been reported before:
R> x<-1 x[1:2]
FrL> Error: subscript out of bounds
Splus> x<-1 x[1:2]
FrL> [1] 1 NA
FrL> Or is