coef.BranchGLMVS {BranchGLM} | R Documentation |
Extract Coefficients
## S3 method for class 'BranchGLMVS'
coef(object, which = 1, ...)
object |
a |
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. |
A numeric matrix with the corresponding coefficient estimates.