plot.bmstdr {bmstdr}R Documentation

Plot method for bmstdr objects.

Description

Plot method for bmstdr objects.

Usage

## S3 method for class 'bmstdr'
plot(x, segments = TRUE, ...)

Arguments

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.

Value

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.


[Package bmstdr version 0.7.9 Index]