
Plots the data and the fit a Bayesian monontoic regression function (with optional confidence bands)
# S3 method for biso
plot(x, xnew, cl = TRUE, add = FALSE, color ="red", …)
a biso
object
x
values at which to plot the regression fit. If missing, the function uses the orginal x
values
plot confidence bands (default is TRUE
)
add a line to the existing plot rather than create a new plot (default is FALSE
)
color of the fitted line (default is red)
other options to pass to the plotting functions
Returns a plot.
None.
None.
# NOT RUN {
## See examples for bisoreg
# }
Run the code above in your browser using DataLab