plot
from package graphics ~~It plots the confidence region.
# S4 method for ANY
plot(x, y, ...) # S4 method for mconfint
plot(x, y, main=NULL, xlab=NULL, ylab=NULL,
pch=21, bg=1, Pcol=1, ylim=NULL, xlim=NULL,
add=FALSE, addEstimates=TRUE, ...)
An object to plot
On used for "ANY"
.
Optional title
Optional label for the x-axis.
Optional label for the y-axis.
Type of points (see points
).
Background color for points.
The color for the points. If col is used, it is passed to
polygon
Optional range for the x-axis.
Optional range for the y-axis.
If TRUE, the region is added to an existing plot.
Should we add the point estimate to the confidence region? This option is only used when add is FALSE.
Arguments to pass to polygon
signature(object = "ANY")
It uses the plot
from package graphics
signature(object = "mconfint")
Plot the 2D confidence region.