View source: R/plot_cv_pair_correlation.R
| plot_cv_pair_correlation | R Documentation |
Create a matrix of pairwise plots for cross-validation parameter estimates, including scatter plots with fitted trends, rank correlations, and marginal distributions.
plot_cv_pair_correlation(data, ...)
## S3 method for class 'cv4abc'
plot_cv_pair_correlation(data, ...)
data |
A |
... |
Additional arguments:
|
Invisibly returns 'NULL'. Called for its side effect of producing plots.
plot_cv_pair_correlation.cv4abc
# Load CV output from saved file
cv_file <- system.file(
"extdata", "rdm_minimal", "abc", "cv", "neuralnet.rds",
package = "eam"
)
abc_neuralnet_cv <- readRDS(cv_file)
# Plot parameter pair correlations
plot_cv_pair_correlation(abc_neuralnet_cv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.