Usage
coefplot(object, ...)
"coefplot"(object, variables = 1:2, parm = NULL,
df = NULL, level = 0.95, intercept = FALSE,
Scheffe = FALSE, bars = TRUE,
fill = FALSE, fill.alpha = 0.2,
labels = !add, label.pos = NULL,
xlab, ylab,
xlim = NULL, ylim = NULL,
axes = TRUE, main = "", add = FALSE,
lwd = 1, lty = 1, pch = 19, col = palette(),
cex = 2, cex.label = 1.5,
lty.zero = 3, col.zero = 1, pch.zero = '+',
verbose = FALSE, ...)
Arguments
object
A multivariate linear model, such as fit by lm()
...
Other parameters passed to methods
variables
Response variables to plot, given as their indices or names
df
Degrees of freedom for hypothesis tests
intercept
logical. Include the intercept?
Scheffe
If TRUE
, confidence intervals for all parameters
have Scheffe coverage, otherwise, individual coverage.
bars
Draw univariate confidence intervals for each of the variables?
fill
a logical value or vector. TRUE
means the confidence ellipses
will be filled.
labels
Labels for the confidence ellipses
xlab, ylab
x, y axis labels
add
logical. Add to an existing plot?
pch
Point symbols for the parameter estimates
col
Colors for the confidence ellipses, points, lines
cex
Character size for points showing parameter estimates
cex.label
Character size for ellipse labels
lty.zero, col.zero, pch.zero
Line type, color and point symbol for horizontal and vertical lines at 0, 0.
verbose
logical. Print parameter estimates and variance-covariance
for each parameter?