Re: [R] Static random numbers

2008-12-03 Thread Marc Schwartz
on 12/03/2008 06:10 PM Bastian Offermann wrote: > Hello, > > can anybody help me out saving random numbers? What I am doing is to > generate a series of random numbers and keep it as a zoo object. > > z <- 1000 > > rn1 <- as.zoo(rnorm(z)) > > The random numbers will be analyzed and described in

[R] Static random numbers

2008-12-03 Thread Bastian Offermann
Hello, can anybody help me out saving random numbers? What I am doing is to generate a series of random numbers and keep it as a zoo object. z <- 1000 rn1 <- as.zoo(rnorm(z)) The random numbers will be analyzed and described in a LaTeX document, so I have to keep them static somehow. The fa