print.sisal {sisal}R Documentation

Printing Sequential Input Selection Objects

Description

Prints information contained in a sequential input selection object.

Usage

## S3 method for class 'sisal'
print(x, max.warn = 10, ...)

Arguments

x

an object of class "sisal".

max.warn

a numeric value giving the maximum number of warnings to show. See max.warn in sisal.

...

additional arguments passed to other print methods.

Details

The following information is printed:

Value

Invisibly returns x.

Author(s)

Mikko Korpela

See Also

More information can be obtained with summary.sisal.

Examples

foo <- testSisal(dataset="toy", nData = 200, Mtimes = 10,
                 noiseSd = 0.5, verbose = 0)
print(foo)

[Package sisal version 0.48 Index]