vertboot: Bootstrapping a Network with Vertex Bootstrap

Description Usage Arguments Value References Examples

Description

This function bootstraps the original network using a vertex bootstrap technique. See \insertCitesnijders_borgatti_1999;textualsnowboot and \insertCitechen_etal_2018_snowboot;textualsnowboot.

Usage

1
vertboot(m1, boot_rep)

Arguments

m1

An adjacency matrix of the original network.

boot_rep

A positive integer number, the number of bootstrap replications.

Value

A list of bootstrapped networks as adjacency matrices.

References

\insertAllCited

Examples

1
2
3
4
graph_ex <- igraph::graph_from_edgelist(artificial_networks[[1]]$edges)
m1 <- igraph::as_adjacency_matrix(graph_ex)
m1 <- as.matrix(m1)
vertboot_out <- vertboot(m1, 20)

Nezafati/snowboot documentation built on May 14, 2019, 8:58 a.m.