Plot method for 'estimate' objects
# S3 method for estimate
plot(
  x,
  f,
  idx,
  intercept = FALSE,
  data,
  confint = TRUE,
  type = "l",
  xlab = "x",
  ylab = "f(x)",
  col = 1,
  add = FALSE,
  ...
)estimate object
function of parameter coefficients and data parsed on to 'estimate'. If omitted a forest-plot will be produced.
Index of parameters (default all)
include intercept in forest-plot
data.frame
Add confidence limits
plot type ('l')
x-axis label
y-axis label
color
add plot to current device
additional arguments to lower-level functions