Creates a data frame (wrapped as tbl_df
) containing summarized results of the bootstraps.
# S3 method for bootnet
summary(object, statistics = c("edge", "intercept", "strength",
"closeness", "betweenness", "distance"), perNode = FALSE,
rank = FALSE, ...)
A bootnet
object
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?
Not used.
A tbl_df
(data frame) containing summarized statistics.