plotQR: Plot Model and Observations with the Quantile Band

Description Usage Arguments Value Author(s) See Also

Description

Display the result of a Quantile Regression Forest compared with the observations.

Usage

1
plotQR(z, vrbl = NULL, col = c("black", "red"), ...)

Arguments

z

A zoo time series, including three columns, 'q1', 'q5', and 'q9', and the variable defined by vrbl if it is not NULL. The band comprised between the quantiles Q1 and Q9 is displayed with a gray band, and the quantile Q5 and the variable with lines of different colors.

vrbl

Character, name of a column included in z

col

Character, colors of lines representing the quantile 0.5 (default is black), and of the variable defined by vrbl (default is red).

...

Additional arguments for xyplot

Value

A trellis object.

Author(s)

Oscar Perpiñán Lamigueiro and Marcelo Pinho Almeida.

See Also

targetDiagram


iesiee/PVF documentation built on May 9, 2019, 1:09 a.m.