Learn R Programming

SelectBoost.gamlss (version 0.2.2)

confidence_table: Compute SelectBoost-like confidence table across c0

Description

Compute SelectBoost-like confidence table across c0

Usage

confidence_table(grid, pi_thr = NULL)

Value

data.frame with term, parameter, conf_index (mean positive excess), cover (fraction of c0 with prop>=thr)

Arguments

grid

an object returned by sb_gamlss_c0_grid

pi_thr

optional override of the threshold (defaults to grid$pi_thr)