print.colf_nlxb {colf}R Documentation

colf_nlxb Print method

Description

colf_nlxb Print method

Usage

## S3 method for class 'colf_nlxb'
print(x, ...)

Arguments

x

A colf_nlxb object i.e. the result of running colf_nlxb

...

Currently not used

Value

Printing the colf_nlxb object

Examples

mymod <- colf_nlxb(mpg ~ hp + cyl, mtcars)

#print
print(mymod)


[Package colf version 0.1.3 Index]