View source: R/misc_functions.R
guess_gamlss | R Documentation |
'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).
guess_gamlss(dtb, gamlss_obj, orig_data = gamlss_obj$data, nc = 1L)
dtb |
A data.table |
gamlss_obj |
gamlss object |
orig_data |
original data.table |
nc |
by default = 1L |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.