summary method for class optbin.
# S3 method for optbin
summary(object, show.range=FALSE, ...)Only called for side-effects (printing). There is no return value.
an object of class optbin
if true then print the bin's range of points (endpoint inclusive) in the sorted data
generic arguments (ignored)
Prints a table with the upper threshold (inclusive), the average of the data within the bin, and the (mean) squared error sum. show.range also adds a column with the start and end indices of the sorted data belonging to the bin, although this applies to the sorted list and is less useful in general.
optbin, print.optbin