Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.bootnet

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

Bootstrap Methods for Various Network Estimation Routines

v1.4.3
GPL-2
Authors
Sacha Epskamp [aut, cre], Eiko I. Fried [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.