View source: R/crossValidation.R
crossValidFunction | R Documentation |
CROSS-VALIDATION FUNCTION
crossValidFunction(
fullDT,
statsModel,
origData,
k = 4,
idCol,
parallel = FALSE,
cacheObj1 = NULL,
cacheObj2 = NULL,
cacheArgs = NULL,
level = NULL,
...
)
fullDT |
|
statsModel |
the statistical model to validate. Only works with gamlss models |
origData |
the data used to fit the statsModule, needs to be passed to |
k |
integer with number of chunks that the data should be partitioned in |
idCol |
column with pixel/observation IDs (optional) |
parallel |
logical. Uses |
cacheObj1 |
object used by |
cacheObj2 |
object used by |
cacheArgs |
a named |
level |
passed to |
... |
further arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.