create_surrogate_dataframes: Create a dataframe of multiple surrogate series.

Description Usage Arguments

Description

Create a dataframe of multiple surrogate series.

Usage

1
2
create_surrogate_dataframes(original.data, surrogate.column,
  surrogate.method = "aaft", n.surrogates = 100, print.to.console = F)

Arguments

original.data

A two-column data frame.

surrogate.column

The index or name of of the column for which to generate surrogate data. When doing causal analyses, this should correspond to the target column - the putative driver.

surrogate.method

Method used to generate surrogates. Defaults to "aaft".

n.surrogates

Number of surrogate series to generate.

print.to.console

Display progress? Replaces a column of a data frame with surrogate


kahaaga/tstools documentation built on May 24, 2019, 5:01 a.m.