[R] context of runif()

2013-02-13 Thread Charles Determan Jr
Greetings, I am exploring some random forest analysis methods and have come upon one aspect I don't fully understand from any manual. The code of interest is as follows from the randomForest package: myiris=cbind(iris[1:4], matrix(runif(508*nrow(iris)),nrow(iris),508)) This would be following

Re: [R] context of runif()

2013-02-13 Thread Duncan Murdoch
On 13/02/2013 1:26 PM, Charles Determan Jr wrote: Greetings, I am exploring some random forest analysis methods and have come upon one aspect I don't fully understand from any manual. The code of interest is as follows from the randomForest package: myiris=cbind(iris[1:4],