crossval_gamlss: Deterministic prediction from a gamlss object

View source: R/misc_functions.R

crossval_gamlssR Documentation

Deterministic prediction from a gamlss object

Description

'crossval_gamlss' returns the observed and predicted values of the dependent variable. Useful for cross-validation metrics.

Usage

crossval_gamlss(dtb, gamlss_obj, orig_data = dtb, colnam = "rank")

Arguments

dtb

A data. table

gamlss_obj

a gamlss object

orig_data

original data.table

colnam

column names


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