summary.bootnet: Summarize bootnet results

View source: R/summaryMethod.R

summary.bootnetR Documentation

Summarize bootnet results

Description

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

Usage

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

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.

Value

A tbl_df (data frame) containing summarized statistics.

Author(s)

Sacha Epskamp <mail@sachaepskamp.com>


bootnet documentation built on Oct. 4, 2023, 5:09 p.m.