Coerce a context tree Bootstrap to a Tidy Data Frame
Source:R/bootstrap.R
as.data.frame.transitiontrees_bootstrap.RdUniform tidy-extract: returns the per-pathway summary table
(object$summary), so as.data.frame(boot) and
summary(boot) are interchangeable extractors.
Usage
# S3 method for class 'transitiontrees_bootstrap'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)Value
A data.frame; see bootstrap_pathways for the
full column vocabulary.