- x
A “regvec3d” object
- y
Ignored; only included for compatibility with the S3 generic
- dimension
Number of dimensions to plot: 3
(default) or 2
- col
A vector of 5 colors. col[1]
is used for the y and residual (e) vectors, and for x1 and x2;
col[2]
is used for the vectors y -> yhat
and y -> e
;
col[3]
is used for the vectors yhat -> b1
and yhat -> b2
;
- col.plane
Color of the base plane in a 3D plot or axes in a 2D plot
- cex.lab
character expansion applied to vector labels. May be a number or numeric vector corresponding to the the
rows of X
, recycled as necessary.
- show.base
If show.base > 0
, draws the base plane in a 3D plot; if show.base > 1
,
the plane is drawn thicker
- show.marginal
If TRUE
also draws lines showing the marginal relations of y
on x1
and on x2
- show.hplane
If TRUE
, draws the plane defined by y
, yhat
and the origin in the 3D
- show.angles
If TRUE
, draw and label the angle between the x1
and x2
and between y
and yhat
,
corresponding respectively to the correlation between the xs and the multiple correlation
- error.sphere
Plot a sphere (or in 2D, a circle) of radius proportional to the length of
the residual vector, centered either at the origin ("e"
)
or at the fitted-values vector ("y.hat"
; the default is "none"
.)
- scale.error.sphere
Whether to scale the error sphere if error.sphere="y.hat"
; defaults to TRUE
if the
vectors representing the variables are scaled, in which case the oblique projections of the error spheres
can represent confidence intervals for the coefficients; otherwise defaults to FALSE
.
- level.error.sphere
The confidence level for the error sphere, applied if scale.error.sphere=TRUE
.
- grid
If TRUE
, draws a light grid on the base plane
- add
If TRUE
, add to the current plot; otherwise start a new rgl or plot window
- ...
Parameters passed down to functions [unused now]
- object
A regvec3d
object for the summary
method