Author: "Jacob A. Wegelin" <wegelin@stat.washington.edu>
Date: Fri, 7 May 1999 16:34:56 -0700 (PDT)
The following two functions are more general than the ones shipped with S+. Please let me know if you see a problem with them, or if there are better functions floating around that do the same thing.
Author: "Jacob A. Wegelin" <wegelin@stat.washington.edu>
Date: Tue, 11 May 1999 12:20:30 -0700 (PDT)
A few days ago I posted an intersect() function which I said was more general than the one shipped with S+. Tim Hesterberg pointed out that my function fails when there's only one argument, and offer
Author: "Jacob A. Wegelin" <wegelin@stat.washington.edu>
Date: Wed, 24 Feb 1999 18:45:02 -0800 (PST)
latex.table() is a delightful, useful function. Has anyone modified it to add the option of putting the caption at the bottom instead of the top of the table? Jacob A. Wegelin Department of Statistic
Author: "Jacob A. Wegelin" <wegelin@stat.washington.edu>
Date: Tue, 29 Sep 1998 12:54:23 -0700 (PDT)
The following function demonstrates unexpected behavior in xyplot. Unexpected by me, at any rate. function() { x <- c(0:2, 0:2, c(0,2)) y <- c(1, 1, 1, 0.5, 0.5,0.5, 0, 0 ) grp <- factor(c("a", "a","
Author: "Jacob A. Wegelin" <wegelin@stat.washington.edu>
Date: Thu, 23 Jul 1998 12:24:09 -0700 (PDT)
Often I want a vector of character strings that, when sorted, will appear in an intuitive order. For instance, if the vector is turned into a factor, the order affects the organization of a trellis p
Author: "Jacob A. Wegelin" <wegelin@stat.washington.edu>
Date: Wed, 18 Mar 1998 11:37:16 -0800 (PST)
Just now I made the following little discovery. If you (1) call rnorm() within a function, say, junkfn() (2) halt junkfn() with control C (3) call junkfn() again right away then the "random" number r