fixef.gnls {twKinresp} | R Documentation |
Fixed coefficients of either nlme or gnls (S3 method).
## S3 method for class 'gnls' fixef(object, ...)
object |
model, whose fixed coefficients should be accessed |
... |
To support similar access to fixed coefficients of nlme and gnls models. Because coef(nlme) will give more details than fixed.effects
Thomas Wutzler <thomas.wutzler@web.de>