coef.svem_model: Coefficient Nonzero Percentages from an SVEM Model

View source: R/coef.R

coef.svem_modelR Documentation

Coefficient Nonzero Percentages from an SVEM Model

Description

Calculates the percentage of bootstrap iterations in which each coefficient (excluding the intercept) is nonzero, using a small tolerance.

Usage

## S3 method for class 'svem_model'
coef(object, tol = 1e-07, ...)

Arguments

object

An object of class svem_model.

tol

Numeric tolerance for "nonzero" (default 1e-7).

...

Unused.

Value

Invisibly returns a data frame with variables and percentages.


SVEMnet documentation built on Sept. 9, 2025, 5:38 p.m.