Prints basic output of the bootstrap results of an af object.
# S3 method for af
print(x, best.only = TRUE, ...)
an af
object, the result of af
logical determining whether the output used the
standard fence approach of only considering the best models
that pass the fence (TRUE
) or if it should take into
account all models that pass the fence at each boundary
value (FALSE
).
further arguments (currently unused)