Displaying 1 result from an estimated 1 matches for "orsapply".
Did you mean:
  parsapply
  
1997 Sep 13
1
R-alpha: compatibility
...(any(i != trunc(i))) 
                stop("argument to set.seed()must be an integer")
        .Random.seed <<- as.integer((200 * c(i, i^2, i^3))%%c(30269, 
                30307, 30323))
}
2. lapply() in S-PLUS works on vectors, ie
lapply(X, FUN) works like lapply(as.list(X),FUN) orsapply(X,FUN,simplify=F)
	-thomas
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
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...