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

View source: R/glm_vibes.R

vibe.glmR Documentation

Variable Importance calculation for a glm object

Description

vibe.glm takes a fitted glm() 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 'glm'
vibe(object, varimp = "hp", gof = "R2e", ncores = 1, progress = TRUE, ...)

Arguments

object

A glm object, typically result of glm().

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.