View source: R/crossValidation.R
calcCrossValidMetrics | R Documentation |
to allow caching without digesting the large data table
calcCrossValidMetrics(
samp,
fullDT,
origData,
statsModel,
origDataVars,
level = NULL,
cacheArgs = NULL
)
samp |
the sample number to pick to use as the test data set |
fullDT |
the full dataset (not necessarily the one used to fit
|
origData |
the data used to fit |
statsModel |
the fitted model |
origDataVars |
a character vector of the variables used in model fitting (including response variable and random effects.) |
level |
passed to |
cacheArgs |
a named |
a list with 2 entries
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.