powered by
Bootstraps a network and returns output containing three network statistics: Average Path Length, Transitivity, Mean Betweenness.
boot_network(g, n = 500, left_ci = 0.005, right_ci = 0.995)
iGraph graph or skynet object.
Number of bootstraps to run. (500 default)
Confidence interval left limit. (0.005 default)
Confidence interval left limit (0.995 default)
# NOT RUN { boot_net(g, n = 500) # } # NOT RUN { # }
Run the code above in your browser using DataLab