Learn R Programming

earth (version 4.1.0)

print.evimp: Print an "evimp" object

Description

Print an evimp object. Just a simple utility that drops the class field when printing.

Usage

## S3 method for class 'evimp':
print(x = stop("no 'x' arg"), ...)

Arguments

x
An evimp object.
...
Extra arguments passed to print functions.

See Also

earth, evimp

Examples

Run this code
data(ozone1)
earth.mod <- earth(O3 ~ ., data=ozone1, degree=2)
evimp(earth.mod) # implicitly calls print.evimp

Run the code above in your browser using DataLab