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