Skip to content
Prev 243708 / 398502 Next

procrustes results affected by order of sites in input file

On Wed, 2010-12-01 at 14:19 -0600, Christine Dolph wrote:
Simple things first:

You did have a set.seed() call before the protest() call didn't you? In
fact, I'd probably put set.seed() calls before the two metaMDS() calls
as well.

The ordering should have no impact at all, but the random starts in
metaMDS() and the random permutations in protest() will vary from run to
run unless you set the random seed to some known value.

G