summary.pc_matrix | R Documentation |
Provides a summary of the pattern causality matrix object. This function calculates and displays descriptive statistics (mean, SD, min, max) for each causality matrix (positive, negative, dark).
## S3 method for class 'pc_matrix'
summary(object, ...)
object |
A |
... |
Additional arguments passed to the |
Invisibly returns the input object.
data(climate_indices)
dataset <- climate_indices[, -1]
pc_matrix_obj <- pcMatrix(dataset, E = 3, tau = 1,
metric = "euclidean", h = 1, weighted = TRUE,
verbose = FALSE)
summary(pc_matrix_obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.