coef<- | R Documentation |
Generic method to update the coef in an object.
coef(x) <- value
x |
object to be updated |
value |
value of the coefficient to be updated. |
This simple generic method is used for the numerical delta method.
The updated object is returned.
##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
function (x, value)
UseMethod("coef<-")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.