coef.IDE {IDE} | R Documentation |
Retrieve estimated regression coefficients
Description
Takes a an object of class IDE
and returns a numeric vector with the estimated regression coefficients.
Usage
## S3 method for class 'IDE'
coef(object, ...)
Arguments
object |
object of class |
... |
currently unused |
See Also
IDE
for more information on how to construct and fit an IDE model.
Examples
SIM1 <- simIDE(T = 5, nobs = 100, k_spat_invariant = 1)
coef(SIM1$IDEmodel)
[Package IDE version 0.3.1 Index]