print.colf_nlxb {colf} | R Documentation |
colf_nlxb Print method
## S3 method for class 'colf_nlxb'
print(x, ...)
x |
A colf_nlxb object i.e. the result of running |
... |
Currently not used |
Printing the colf_nlxb object
mymod <- colf_nlxb(mpg ~ hp + cyl, mtcars)
#print
print(mymod)