plot.bmstdr | R Documentation |
Plot method for bmstdr objects.
## S3 method for class 'bmstdr'
plot(x, segments = TRUE, ...)
x |
A bmstdr model fit object. |
segments |
TRUE or FALSE. It decides whether to draw the prediction intervals as line segments. |
... |
Any other additional arguments. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.