custom header test
sim5(speciesData)
Randomizes a binary matrix speciesData by reshuffling elements within each column. Sampling weights for each row are proportional to row sums. Makes a call to the vector_sample function.
This algorithm preserves differences among sites in species richness, but assumes differences among species in commonness and rarity are proportional to observed species occurrences (= row sums).
This algorithm preserves differences among sites in species richness (= colsums), but assumes differences among species in commonness and rarity are proportional to observed species occurrences (= rowsums). sim5 has a high frequency of Type I errors with random matrices, so it is not recommended for co-occurrence analysis.
Gotelli, N.J. 2000. Null model analysis of species co-occurrence patterns. Ecology 81: 2606-2621.
randomMatrix <- sim5(speciesData = matrix(rbinom(40,1,0.5),nrow=8))