Extract coefficients from a function
## S3 method for class ''function'' coef(object, ...)
object |
a function |
... |
ignored |
if (require(mosaicData)) {
model <- lm( width ~ length, data = KidsFeet)
f <- makeFun( model )
coef(f)
}Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.