print.optbin | R Documentation |
print
method for class optbin
.
## S3 method for class 'optbin'
print(x, ...)
x |
an object of class |
... |
generic arguments (ignored) |
Shows the upper bounds of each bin, ie. bin b covers threshold[b-1] < x <= threshold[b] where threshold[0] is -Inf. Also prints the total (mean) squared error sum over all bins.
The argument x unchanged, an object of class 'optbin' with components:
x |
the original data, sorted |
numbins |
the number of bins created |
call |
argument values when function called |
metric |
cost function used to select best partition |
minse |
value of SE/MSE metric for all bins |
thr |
upper threshold of bin range, inclusive |
binavg |
average of values in each bin |
binse |
value of SE/MSE metric for each bin |
breaks |
positions of endpoint (inclusive) of each bin in x |
optbin
, summary.optbin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.