Plots a QTE object using autoplot.QTE.
Usage
# S3 method for class 'QTE'
plot(x, cband = TRUE, ylab = "QTE", ...)Arguments
- x
a
QTEobject, as returned byunc_qte.- cband
logical; if
TRUE(default), show the uniform confidence band. IfFALSE, show pointwise intervals.- ylab
label for the y-axis. Default
"QTE".- ...
passed to
autoplot.QTE.
