coef.GEInfo {GEInfo} | R Documentation |
Extract coefficients from a fitted object
Description
Report the estimate of all coefficients from a fitted "CGEInfo" or "GEInfo" model object.
Usage
## S3 method for class 'GEInfo'
coef(object, ...)
Arguments
object |
A fitted "CGEInfo" or "GEInfo" model object for which the estimate of coefficients is extracted. |
... |
Other arguments. |
Value
A coefficient vector of length (q+1) x (p+1), including the estimates for \alpha
(intercept), a
(coefficients for all E variables), and b
(coefficients for all G variables and G-E interactions).
[Package GEInfo version 1.0 Index]