Plot function for objects returned from ui.causal
.
Plots confidence intervals for different values of rho and the uncertainty interval.
# S3 method for uicausal
plot(x, DR = TRUE, main = "", xlab = NULL,
ylab = "", ...)
An object of class uicausal
If TRUE the doubly robust estimator is plotted, otherwise the outcome regression estimator is plotted.
Main title, default is no title.
Title for xaxis, default is expression(rho)
.
Title for y axis, default is no title.
Additional arguments, use is discouraged.