print.pc_cv {patterncausality} | R Documentation |
Print Pattern Causality Cross Validation Results
Description
Prints the pattern causality cross-validation results. This function displays the parameters used for cross-validation, the sample sizes, and the summary statistics.
Usage
## S3 method for class 'pc_cv'
print(x, ...)
Arguments
x |
A |
... |
Additional arguments passed to the |
Value
Invisibly returns the input object.
Examples
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)
print(cv_results)
[Package patterncausality version 0.2.1 Index]