uic_across | R Documentation |
uic_across
Perform UIC for a target variable and multiple causal variables
uic_across(block, effect_var, E_range = 0:10, tp_range = -4:0, silent = FALSE)
block |
Data.frame contains time series data. |
effect_var |
Character or Numeric. Column name or index of the effect variable. |
E_range |
Numeric. Embedding dimensions that will be tested. |
tp_range |
Numeric. |
silent |
Logical. if |
Osada & Ushio (2020) rUIC:Unified Information-theoretic Causality for R. https://doi.org/10.5281/zenodo.5163234
A data.frame that contains UIC results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.