Plot output from cdesens
# S3 method for cdesens
plot(
x,
level = 0.95,
xlim = NULL,
ylim = NULL,
xlab = NULL,
ylab = "Estimated ACDE",
bty = "n",
col = "black",
lwd = 2,
ci.col = "grey70",
ref.lines = TRUE,
...
)output from cdesens
level of confidence interval to plot
the x limits (x1, x2) of the plot for the sensitivity
analysis parameter, rho. Default is to use the range of
rho.
the y limits of the plot for the estimated CDEs. Default is to show the all of the confidence intervals.
label for the x axis.
label for the y axis.
a character string which determined the type of box which is drawn about plots. Defaults to not drawing a box. See par for more information.
color for the line indicating the point estimates of the bias-adjusted ACDE.
line width for the line indicating the point estimates of the bias-adjusted ACDE.
color for the polygon that shows the confidence intervals.
a logical indicating whether horizontal and vertical lines at 0 should be plotted.
Other parameters to pass on to plot()