pc_cv | R Documentation |
Creates a pattern causality cross-validation object containing results
from repeated sampling analysis.
This function constructs an object of class pc_cv
to store the results
of cross-validation analysis.
pc_cv(samples = NULL, results = NULL, parameters = NULL)
samples |
Numeric vector of sample sizes used. |
results |
Matrix containing causality results for each sample. |
parameters |
List of analysis parameters. |
An object of class "pc_cv".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.