coef.GEInfo: Extract coefficients from a fitted object

Description Usage Arguments Value

View source: R/coef.GEInfo.R

Description

Report the estimate of all coefficients from a fitted "CGEInfo" or "GEInfo" model object.

Usage

1
2
## 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 α (intercept), a (coefficients for all E variables), and b (coefficients for all G variables and G-E interactions).


GEInfo documentation built on Jan. 11, 2022, 1:07 a.m.

Related to coef.GEInfo in GEInfo...