colf_nlxb Print method
## S3 method for class 'colf_nlxb' print(x, ...)
x
: A colf_nlxb object i.e. the result of running colf_nlxb
...
: Currently not usedPrinting the colf_nlxb object
mymod <- colf_nlxb(mpg ~ hp + cyl, mtcars) #print print(mymod)