Learn R Programming

skynet (version 1.4.3)

boot_network: Network bootstrapping

Description

Bootstraps a network and returns output containing three network statistics: Average Path Length, Transitivity, Mean Betweenness.

Usage

boot_network(g, n = 500, left_ci = 0.005, right_ci = 0.995)

Arguments

g

iGraph graph or skynet object.

n

Number of bootstraps to run. (500 default)

left_ci

Confidence interval left limit. (0.005 default)

right_ci

Confidence interval left limit (0.995 default)

Examples

Run this code
# NOT RUN {
boot_net(g, n = 500)

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab