ipred (version 0.4-0)

print.bagging: Print Method for Bagging Object

Description

Print object of class "bagging" in nice layout.

Usage

## S3 method for class 'bagging':
print(x, digits, \dots)

Arguments

x
object of class bagging.
digits
how many digits should be printed.
...
further arguments to be passed to or from methods.

Value

  • none

Details

A bagging object is a named list of numbers and character strings, supplemented with method and note elements. The method is displayed as a title, the note as a footnote and the remaining elements are given in an aligned `name = value' format.