plot.uicausal: Plot of UI and CI

Description Usage Arguments

View source: R/plot.uicausal.R

Description

Plot function for objects returned from ui.causal. Plots confidence intervals for different values of rho and the uncertainty interval.

Usage

1
2
3
## S3 method for class 'uicausal'
plot(x, DR = TRUE, main = "", xlab = NULL,
  ylab = "", ...)

Arguments

x

An object of class uicausal

DR

If TRUE the doubly robust estimator is plotted, otherwise the outcome regression estimator is plotted.

main

Main title, default is no title.

xlab

Title for xaxis, default is expression(rho).

ylab

Title for y axis, default is no title.

...

Additional arguments, use is discouraged.


ui documentation built on Nov. 11, 2019, 5:07 p.m.

Related to plot.uicausal in ui...