validate_gamlss: Stochastic prediction from a gamlss object

View source: R/misc_functions.R

validate_gamlssR Documentation

Stochastic prediction from a gamlss object

Description

'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

Usage

validate_gamlss(dtb, gamlss_obj, mc = 10L, orig_data = dtb)

ChristK/CKutils documentation built on April 11, 2025, 10:11 p.m.