guess_gamlss: Prediction from a gamlss object in parallel

View source: R/misc_functions.R

guess_gamlssR Documentation

Prediction from a gamlss object in parallel

Description

'guess_gamlss' returns a data.table with the predicted variable. 'dtb' needs to have a column with percentiles named 'rank_y', where 'y' the name of the predicted variable (i.e. bmi).

Usage

guess_gamlss(dtb, gamlss_obj, orig_data = gamlss_obj$data, nc = 1L)

Arguments

dtb

A data.table

gamlss_obj

gamlss object

orig_data

original data.table

nc

by default = 1L


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