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