model.frame.BranchGLM {BranchGLM} | R Documentation |
Extract Model Frame from a BranchGLM Object
Description
Extracts model frame from BranchGLM
objects.
Usage
## S3 method for class 'BranchGLM'
model.frame(formula, ...)
Arguments
formula |
a |
... |
further arguments passed to or from other methods. |
Value
A data.frame used for the fitted model.
[Package BranchGLM version 3.0.1 Index]