Coefficient plots for DML and bounds

# S3 method for dml
plot(x, combine.method = "median", level = 0.95, ...)

# S3 method for dml.bounds
plot(
  x,
  type = c("confidence_bounds", "all"),
  combine.method = "median",
  level = 0.95,
  ...
)

Arguments

x

an object of class dml or dml.bounds.

combine.method

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

level

confidence level. Default is 0.95.

...

arguments passed to other methods.

type

type of plot for confidence bounds. Options are confidence_bounds,