Displaying 1 result from an estimated 1 matches for "whatseed".
Did you mean:
whatineed
2009 May 14
2
can you tell what .Random.seed *was*?
Dear R-help,
Suppose I write a script that looks something like this:
#### script.R
set.seed(something)
x <- rnorm(100)
y <- runif(500)
# bunch of other stuff
save.image()
### end of script.R
Now, I give you a copy of my script.R (with the set.seed statement
removed, of course) together with the .RData file that was generated
by the save.image() command.
Question:
1) can you tell