coef.BranchGLM {BranchGLM}R Documentation

Extract Coefficients from BranchGLM Objects

Description

Extracts beta coefficients from BranchGLM objects.

Usage

## S3 method for class 'BranchGLM'
coef(object, ...)

Arguments

object

a BranchGLM object.

...

further arguments passed to or from other methods.

Value

A named vector with the corresponding coefficient estimates.


[Package BranchGLM version 2.1.5 Index]