Learn R Programming

colf (version 0.1.3)

print.colf_nlxb: colf_nlxb Print method

Description

colf_nlxb Print method

Usage

# S3 method for 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

Run this code
# NOT RUN {
mymod <- colf_nlxb(mpg ~ hp + cyl, mtcars)

#print
print(mymod)

# }

Run the code above in your browser using DataLab