This function provides the contour plots of the sensitivity analysis results obtained with the function sensemakr for DML. It is basically a dispatcher to the core plot function ovb_contour_plot.

# S3 method for class 'dml.sensemakr'
plot(
  x,
  parameter = c("ate", "att", "atu"),
  which.bound = c("lwr", "upr"),
  level = 0.95,
  combine.method = "median",
  ...
)

Arguments

x

an object of class dml.sensemakr created with the sensemakr function.

parameter

the target parameter to plot. Options are "ate", "att", and "atu".

which.bound

show contours for the lower limit (lwr) or upper limit (upr) of confidence bounds?

level

confidence level. Default is 0.95.

combine.method

method to combine the results of each repetition. Options are mean and median. Default is median.

...

arguments passed to other methods.

Value

No return value, called for side effects (plotting).