Summarize bootnet results
Creates a data frame (wrapped as tbl_df
) containing summarized results of the bootstraps.
## 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), ...)
object |
A |
graph |
Numeric or string indicating which graph to summarize. Only needed when multiple graphs are estimated. For example, when using |
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. |
A tbl_df
(data frame) containing summarized statistics.
Sacha Epskamp <mail@sachaepskamp.com>
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.