print.colf_nlxb: colf_nlxb Print method

Description Usage Arguments Value Examples

Description

colf_nlxb Print method

Usage

1
2
## 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

1
2
3
4
mymod <- colf_nlxb(mpg ~ hp + cyl, mtcars)

#print
print(mymod)

LyzandeR/colf documentation built on May 8, 2019, 3:16 p.m.