
Convert a bifrost simulation study to a data frame
Source:R/simulation-methods.R
as.data.frame.bifrost_simulation_study.RdConvert a bifrost simulation study to a data frame
Usage
# S3 method for class 'bifrost_simulation_study'
as.data.frame(
x,
row.names = NULL,
optional = FALSE,
component = c("per_replicate", "summary"),
...
)