print.af {mplot} | R Documentation |
Print method for an af object
Description
Prints basic output of the bootstrap results of an af object.
Usage
## S3 method for class 'af'
print(x, best.only = TRUE, ...)
Arguments
x |
an |
best.only |
logical determining whether the output used the
standard fence approach of only considering the best models
that pass the fence ( |
... |
further arguments (currently unused) |
[Package mplot version 1.0.6 Index]