BMTME (version 1.0.4)

plot.BMORSCV: Plot BMORSCV Simple scatter plot comparing the observed values against the predicted values.

Description

Plot BMORSCV Simple scatter plot comparing the observed values against the predicted values.

Usage

# S3 method for BMORSCV
plot(x, select = "Pearson", ...)

Arguments

x

an BMORS object for which the plot of model is meaningful.

select

character By default ('Pearson'), plot the Pearson Correlations of the BMORSCV Object, else ('MAAPE'), plot the MAAPE of the BMORSCV Object.

...

Further arguments passed to or from other methods.