Description Usage Arguments Value Author(s)
An internal function for estimating correlation metrics for cross-validation procedures
1 |
do |
the 'test' data set used in cross-validation procedures. |
fits |
the predicted values derived from a training model with test data as inputs. |
obs |
the predicted values derived from a test model with test data as inputs. |
flag |
a flag passed for whether a model converged (0 = TRUE, 1 = FALSE), usually as a result of insufficient test data. |
Returns a list containing the fitted and observed values (obj[[i]]$values) and cross-validation metrics (obj[[i]]$cv).
Peter Mahoney
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.