plot.BMORSCV: Plot BMORSCV Simple scatter plot comparing the observed...

Description Usage Arguments

View source: R/utils.R

Description

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

Usage

1
2
## S3 method for class '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.


BMTME documentation built on Aug. 27, 2020, 1:08 a.m.

Related to plot.BMORSCV in BMTME...