Creates a data frame (wrapped as tbl_df
) containing summarized results of the bootstraps.
# S3 method for bootnet
summary(object, graph, statistics = c("edge", "intercept",
"strength", "closeness", "betweenness", "distance"),
perNode = FALSE, rank = FALSE, tol =
sqrt(.Machine$double.eps), ...)
A tbl_df
(data frame) containing summarized statistics.
A bootnet
object
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.
The types of statistics to include in the summary table
Logical, should centrality estimates per node be plotted instead of correlation with original parameter. Only used in node and person drop bootstrap.
Logical, should plots show rank of statistics instead of statistics?
Tolerance level for assuming an edge is set to zero.
Not used.
Sacha Epskamp <mail@sachaepskamp.com>