ne
edges are drawn from all possible edges.homogen.test(distmat, ne = ncol(distmat), testdist = "erdos")testdist="erdos", the test
distribution is a Poisson asymptotic distibution as given by Erdos
and Renyi (1960). If testdist="ling", the test distribution
is exact as given by Ling (1973), which needs much mtestdist="erdos".testdist="erdos".Godehardt, E. and Horsch, A. (1995) Graph-Theoretic Models for Testing the Homogeneity of Data. In Gaul, W. and Pfeifer, D. (Eds.) From Data to Knowledge, Springer, Berlin, 167-176. Ling, R. F. (1973) A probability theory of cluster analysis. Journal of the American Statistical Association 68, 159-164.
prabtestdata(kykladspecreg)
j <- jaccard(t(kykladspecreg))
homogen.test(j, testdist="erdos")
homogen.test(j, testdist="ling")Run the code above in your browser using DataLab