Skip to content
Prev 327402 / 398502 Next

ask help!

On 07/25/2013 07:44 PM, mei_yuan wrote:
Hi Mei-Yuan,
.Random.seed should be a vector of numeric values. Somehow this has been 
set to an object of type "list":

.Random.seed<-list(.Random.seed)
runif(10)
Error in runif(10) :
   '.Random.seed' is not an integer vector but of type 'list'

I would suggest quitting R and _not_ saving the session, then restarting 
and trying:

runif(10)

again.

Jim