View source: R/misc_functions.R
crossval_gamlss | R Documentation |
'crossval_gamlss' returns the observed and predicted values of the dependent variable. Useful for cross-validation metrics.
crossval_gamlss(dtb, gamlss_obj, orig_data = dtb, colnam = "rank")
dtb |
A data. table |
gamlss_obj |
a gamlss object |
orig_data |
original data.table |
colnam |
column names |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.