summary.pc_cv | R Documentation |
Provides a summary of the pattern causality cross-validation results. This function calculates and displays summary statistics for the cross-validation results, including sample statistics, causality statistics, and convergence.
## S3 method for class 'pc_cv'
summary(object, ...)
object |
A |
... |
Additional arguments passed to the |
Invisibly returns the input object.
data(climate_indices)
X <- climate_indices$AO
Y <- climate_indices$AAO
numberset <- c(100, 150, 200)
cv_results <- pcCrossValidation(X, Y, 3, 2, "euclidean", 1, FALSE, numberset = numberset)
summary(cv_results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.