Skip to contents

Uniform 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, ...)

Arguments

x

A transitiontrees_bootstrap.

row.names, optional

Ignored.

...

Ignored.

Value

A data.frame; see bootstrap_pathways for the full column vocabulary.