boot_network: Network bootstrapping

View source: R/bootnet.R

boot_networkR Documentation

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

## Not run: 
boot_net(g, n = 500)


## End(Not run)


FilipeamTeixeira/skynet documentation built on Nov. 3, 2022, 5:36 p.m.