Skip to content

cbind.ts(),ts.union() (PR#508)

2 messages · Wolfgang Koller, Brian Ripley

#
Full_Name: Wolfgang Koller
Version: 1.0.0
OS: linux 
Submission from: (NULL) (137.208.7.48)
Error in names<-.default(*tmp*, value = nmsers) : 
        names attribute must be the same length as the vector
Error in names<-.default(*tmp*, value = nmsers) : 
        names attribute must be the same length as the vector

should not give an error

BR#239--241

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
On Mon, 3 Apr 2000 koller2@fgr.wu-wien.ac.at wrote:

            
Those are the same thing.  Replace

       x <- vector("list", n)
by

       x <- vector("list", nser)

which was not too hard to debug, surely?
Eh?  That's beyond me!