vibe.gamlss: Variable Importance calculation for a 'gamlss' object

View source: R/gamlss_vibes.R

vibe.gamlssR Documentation

Variable Importance calculation for a gamlss object

Description

vibe.gamlss takes a fitted gamlss::gamlss() object and calculates variable importance metrics by fitting the submodels required, extracting the desired goodness-of-fit metric and applying variable importance metrics to it.

Usage

## S3 method for class 'gamlss'
vibe(object, varimp = "hp", gof = "R2e", ncores = 1, progress = TRUE, ...)

Arguments

object

A gam object, typically result of mgcv::gam().

varimp

One of c("hp", "relweights"), which stand for hierarchical partitioning and relative weights.

gof

Goodness-of-fit metric, the changes of which shall be analysed

ncores

Number of cores used for the model fitting process, happening in part_core.

progress

Boolean. Do you want to see a progress bar?

...

Other arguments


Stan125/vibe documentation built on June 6, 2024, 11:36 a.m.