coef.IDE: Retrieve estimated regression coefficients

View source: R/IDEfunctions.R

coef.IDER 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 IDE

...

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)

IDE documentation built on May 30, 2022, 5:07 p.m.