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 |
... |
further arguments passed to or from other methods. |
Value
A named vector with the corresponding coefficient estimates.
[Package BranchGLM version 2.1.6 Index]