Skip to content
Prev 317483 / 398506 Next

context of runif()

On 13/02/2013 1:26 PM, Charles Determan Jr wrote:
The code constructs a 508 column matrix and fills it with random uniform 
values.  508*nrow(iris) is just a count of how many entries there are in 
the matrix, it has nothing to do with runif() per se.

So you'll need to look elsewhere to find why they thought they needed 
508 columns.

Duncan Murdoch