coefGets {Matrix} | R Documentation |
A generic function to assign the parameter vector in an object. For
historical reasons parameters are accessed with coef
and
assigned with coef<-
.
coef(object, ...) <- value
object |
An object that has a numeric parameter vector accessed
by coef . |
... |
Additional arguments used by some methods. |
value |
A numeric vector of the same length as coef(object) . |
object
with an updated parameter vector