print.pc_effect {patterncausality} | R Documentation |
Print Pattern Causality Effect
Description
Prints the pattern causality effect analysis results. This function displays the received and exerted influences for each item for positive, negative, and dark causality types.
Usage
## S3 method for class 'pc_effect'
print(x, ...)
Arguments
x |
A |
... |
Additional arguments passed to the |
Value
Invisibly returns the input object.
Examples
data(climate_indices)
dataset <- climate_indices[, -1]
pc_matrix_obj <- pcMatrix(dataset, E = 3, tau = 1,
metric = "euclidean", h = 1, weighted = TRUE,
verbose = FALSE)
effects <- pcEffect(pc_matrix_obj)
print(effects)
[Package patterncausality version 0.2.1 Index]