fitted.colf_nlxb {colf} | R Documentation |
Fitted values for colf_nlxb
Description
Fitted values for colf_nlxb
Usage
## S3 method for class 'colf_nlxb'
fitted(object, ...)
Arguments
object |
A colf_nlxb object i.e. the result of running |
... |
Currently not used |
Value
A vector with the fitted values
Examples
mymod <- colf_nlxb(mpg ~ hp + cyl, mtcars)
#fitted values
fitted(mymod)
[Package colf version 0.1.3 Index]