Learn R Programming

TDMR (version 2.2)

print.TDMregressor: Print an overview for a TDMregressor object.

Description

Print an overview for a TDMregressor or tdmRegre object.

Usage

# S3 method for TDMregressor
print(x, ...)

# S3 method for tdmRegre print(x, ...)

Arguments

x

an object of class tdmRegre, as returned from a prior call to tdmRegress, or an object of class TDMregressor, as returned from a prior call to tdmRegressLoop.

...

e.g. 'type' which information to print:

"overview"

(def.) RMAE on training/test set, number of records, see tdmRegressSummary

"..."

... other choices, TODO ...

"?"

help on this method

See Also

tdmRegress, tdmRegressSummary, TDMregressor