View source: R/misc_functions.R
validate_gamlss | R Documentation |
'validate_gamlss' returns a data.table with the observed and predicted
variable. If multiple predictions are drawn from the predicted
distributions. Useful for plotting with ggplot
@param dtb A data.table from which come the observed variables
@param gamlss_obj a gamlss object
@param mc by default =10L
@param orig_data initial data.table = dtb
@export
validate_gamlss(dtb, gamlss_obj, mc = 10L, orig_data = dtb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.