Fitted values for colf_nlxb
## S3 method for class 'colf_nlxb' fitted(object, ...)
object
: A colf_nlxb object i.e. the result of running colf_nlxb
...
: Currently not usedA vector with the fitted values
mymod <- colf_nlxb(mpg ~ hp + cyl, mtcars) #fitted values fitted(mymod)