There were enough requests for my function, ci.quantile(), that I have put a file containing the dumped S-PLUS code on my web site. There is nothing at all system-dependent about this code; you can
... Hi, I would work with the indices of the ones, as in this function: function(x, value = 1) { pos <- seq(along = x)[x == value] if(length(pos) == 0) return(rep(0, length(x))) out <- outer(pos, pos
Hello out there, Re: Efun: An S-PLUS Function Development Module The latest versions of my Efun module for S-PLUS function development now are available at http://www.spg.wau.nl/pv/pub/chasalow/S. Th