Crossvalidation for rcgam models
1 2 3 4 | ## S3 method for class 'rcgam'
crossvalidate(object, kfolds = 0, statistic = c("R2", "mse",
"mae", "rmse"), what = c("concentration", "load"), retransform = TRUE,
...)
|
what |
what quantity to predict/validate |
retransform |
compare predictions to observations in original uints? Must be TRUE if what == "load" |
... |
Passed to predict.rcgam |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.