Skip to contents

Convert Regime Integration Relationship Results to Data Frames

Usage

# S3 method for class 'regime_integration_relationships'
as.data.frame(
  x,
  row.names = NULL,
  optional = FALSE,
  component = c("combined", "variance_points", "correlation_points", "variance_removed",
    "correlation_removed", "variance_curve", "correlation_curve", "models"),
  ...
)

Arguments

x

A regime_integration_relationships object.

row.names, optional

Arguments required by the S3 generic; ignored.

component

Which component to return.

...

Unused.

Value

A data frame for the requested component.