Plot a QTE object as a quantile treatment effect curve
with optional confidence bands.
# S3 method for QTE
autoplot(object, cband = TRUE, ylab = "QTE", ...)a ggplot object.
a QTE object, as returned by unc_qte.
logical; if TRUE (default), show the uniform confidence
band stored in object$qte.upper / object$qte.lower.
If FALSE, show pointwise intervals computed from object$qte.se.
label for the y-axis. Default "QTE".
unused.