colf_nlxb Summary
## S3 method for class 'colf_nlxb' summary(object, ...)
object
: A colf_nlxb object i.e. the result of running colf_nlxb
...
: Currently not usedThe summary of the model
mymod <- colf_nlxb(mpg ~ hp + cyl, mtcars) #summary summary(mymod)