make_block_mvd | R Documentation |
make_block_mvd
Generate data.frame for MDR S-map
make_block_mvd(
block,
uic_res,
effect_var,
E_effect_var,
cause_var_colname = "cause_var",
include_var = "strongest_only",
p_threshold = 0.05,
sort_tp = TRUE,
silent = FALSE
)
block |
Data.frame contains time series data. |
uic_res |
Data.frame contains UIC results. Usually this is the output of |
effect_var |
Character or Numeric. Column name or index of the effect variable. |
E_effect_var |
Numeric. Optimal embedding dimension of the effect variable. |
cause_var_colname |
Character. A column name for causal variables in |
include_var |
Character. |
p_threshold |
Numeric. Rows with pval larger than |
sort_tp |
Logical. If TRUE, |
silent |
Logical. if |
Embedded time series will be returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.