# S3 method for rbin_manual
plot(x, print_plot = TRUE, ...)
Arguments
data
A data.frame or tibble.
response
Response variable.
predictor
Predictor variable.
cut_points
Cut points for binning.
include_na
logical; if TRUE, a separate bin is created for missing values.
x
An object of class rbin_manual.
print_plot
logical; if TRUE, prints the plot else returns a plot object.
...
further arguments passed to or from other methods.
Value
A tibble.
Details
Specify the upper open interval for each bin. `rbin`
follows the left closed and right open interval. If you want to create_bins
10 bins, the app will show you only 9 input boxes. The interval for the 10th bin
is automatically computed. For example, if you want the first bin to have all the
values between the minimum and including 36, then you will enter the value 37.