data(Safariland)
null.distr(N=2, Safariland)
null.distr(N=2, Safariland, distr="negbin")
round(networklevel(Safariland, "info"), 3)
sapply(null.distr(N=5, Safariland), function(x) networklevel(x, index="info"))
# highly connected
sapply(null.distr(N=5, Safariland, distr="negbin"), function(x) networklevel(x, index="info")[3])
# similarly highly connected
Run the code above in your browser using DataLab