Skip to contents

Convert 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"),
  ...
)

Arguments

x

A bifrost_simulation_study object.

row.names, optional

Arguments required by the S3 generic; ignored.

component

Which table to return: "per_replicate" for the main replicate table or "summary" for a one-row study summary.

...

Unused.

Value

A data frame for the requested study component.