r - Reproducing results from Ordistep -


relatively new r , first time posting apologies if there missing in question. i'm using vegan's ordistep function variable selection using default "both" direction method. i'm using hellinger transformed species abundance data frame response variables , 12 column independent variables data frame. seem different inclusion variables if run same code (below) multiple times. i'm assuming there pseudo number generator involved set.seed can't constrain. there way reproduce consistent results?

set.seed(2000) step.both <- ordistep(pre_met.rda, pstep=1000) 

thank you.

ordistep uses standard r rng , honours set.seed(). can't reproduce problem, same results when set seed same value before call.

current version of ordistep has no pstep argument. although have new implementation, have honoured r set.seed().


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -