powered by
Takes a an object of class IDE and returns a numeric vector with the estimated regression coefficients.
IDE
# S3 method for IDE coef(object, ...)
object of class IDE
currently unused
IDE for more information on how to construct and fit an IDE model.
# NOT RUN { SIM1 <- simIDE(T = 5, nobs = 100, k_spat_invariant = 1) coef(SIM1$IDEmodel) # }
Run the code above in your browser using DataLab