Description Usage Arguments Value
Run X-val on a set of glms
1 2 3 4 5 6 7 8 9 10 11 12 13 |
data |
data.frame containing the data |
models |
list of model formulas, each list entry is used as a |
glm.family |
name of the glm family (see glm() for details), default is gaussian |
folds |
number of folds (default = 10) |
repeats |
number of repeats (default = 200) |
loss |
loss function for the GLM (default = NULL equals RMSE) |
numCore |
number of cores for use with parallel (default = NULL, equals no parallelization) |
plots |
output fancy plots with results |
gray |
output greyscale plots (default = F) |
seed |
seed for the folds (default = NULL, seed will be random) |
showConsoleOutput |
show console output, set to FALSE to suppress all conole output (default = TRUE) |
object of class xval.glm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.