coef.BranchGLMVS: Extract Coefficients

View source: R/VariableSelection.R

coef.BranchGLMVSR Documentation

Extract Coefficients

Description

Extract Coefficients

Usage

## S3 method for class 'BranchGLMVS'
coef(object, which = 1, ...)

Arguments

object

a BranchGLMVS object.

which

which models to get coefficients from, the default is the best model. Can specify "all" to get coefficients from all of the best models.

...

further arguments to fit.BranchGLMVS.

Value

A numeric matrix with the corresponding coefficient estimates.


BranchGLM documentation built on Aug. 31, 2023, 5:17 p.m.