Learn R Programming

bootnet (version 1.6)

summary.bootnet: Summarize bootnet results

Description

Creates a data frame (wrapped as tbl_df) containing summarized results of the bootstraps.

Usage

# S3 method for bootnet
summary(object, graph, statistics = c("edge", "intercept",
                 "strength", "closeness", "betweenness", "distance"),
                 perNode = FALSE, rank = FALSE, tol =
                 sqrt(.Machine$double.eps), ...)

Value

A tbl_df (data frame) containing summarized statistics.

Arguments

object

A bootnet object

graph

Numeric or string indicating which graph to summarize. Only needed when multiple graphs are estimated. For example, when using default = "graphicalVAR", graph = "temporal" plots the temporal network and graph = "contemporaneous" plots the contemporaneous network.

statistics

The types of statistics to include in the summary table

perNode

Logical, should centrality estimates per node be plotted instead of correlation with original parameter. Only used in node and person drop bootstrap.

rank

Logical, should plots show rank of statistics instead of statistics?

tol

Tolerance level for assuming an edge is set to zero.

...

Not used.

Author

Sacha Epskamp <mail@sachaepskamp.com>