Plot method for bmstdr objects.
# S3 method for bmstdr
plot(x, segments = TRUE, ...)
It plots the observed values on the original scale against the predictions and the 95% prediction intervals if validation has been performed. It then plots the residuals against fitted values. It then applies plotting method to the model fitted object as returned by the chosen named package. There is no return value.
A bmstdr model fit object.
TRUE or FALSE. It decides whether to draw the prediction intervals as line segments.
Any other additional arguments.