family.BranchGLM {BranchGLM} | R Documentation |
Extract Family from BranchGLM Objects
Description
Extracts family from BranchGLM
objects.
Usage
## S3 method for class 'BranchGLM'
family(object, ...)
Arguments
object |
a |
... |
further arguments passed to or from other methods. |
Value
An object of class family
.
Note
Only the family
and link
components of family
objects are used by the
BranchGLM
package. The other components of the family
object may not
be the same as what is used in the fitting process for BranchGLM
.
[Package BranchGLM version 3.0.1 Index]