- x
a numeric vector, matrix or data frame.
- y
NULL
(default) or a numeric vector with compatible dimensions to x
.
- factor.2.dummy
logical; FALSE
(default) Automatically augments variable matrix with numerical dummy variables based on the levels of factors. Includes dependent variable y
.
- tau
options: ("cs", "ts", integer); 0 (default) Number of lagged observations to consider (for time series data). Otherwise, set (tau = "cs")
for cross-sectional data. (tau = "ts")
automatically selects the lag of the time series data, while (tau = [integer])
specifies a time series lag.
- plot
logical; FALSE
(default) Plots the raw variables, tau normalized, and cross-normalized variables.
- p.value
logical; FALSE
(default) If TRUE
, runs a permutation test to compute empirical p-values for the signed causation from x -> y.
- nperm
integer; number of permutations to use when p.value = TRUE
. Default 100.
- permute
one of "both", "y", or "x"; which variable(s) to shuffle when constructing the null distribution.
- seed
optional integer seed for reproducibility of the permutation test.
- conf.int
numeric; 0.95 (default) confidence level for the partial-moment based interval computed on the permutation null distribution.