- fit
an output object of lm
or glm
.
- maxnpreds
the maximal number of prediction terms
to plot. When there are more prediction
terms than this, those with smallest
standard deviations are combined.
- sort.by.stdev
if TRUE
, sorts the prediction terms by
decreasing standard deviation.
- adj.order
if TRUE
, this modifies the order
of the prediction terms in an attempt
to bring highly correlated
prediction terms close to each other
in the predscor
display. If
sort.by.stdev
is TRUE
, this happens
after that sorting.
- cell.length
if "stdev
", the sides of the square
cells on the diagonal of the correlation
matrix are proportional to the standard
deviation of their prediction term.
If "sqrt
" they are proportional to the
square root of the standard deviation.
If "equal
" all sides are the same.
- plot.abs.cor
if FALSE
, the default, positive and
negative correlations are shown in
different colors, typically red and
blue. If TRUE
the absolute values
of the correlations are shown.
- palette
a vector with colors to display
correlations ranging from -1 to 1.
If NULL
, the default palette shows
positive correlations in red,
negative correlations in blue, and
uses white for correlation zero.
- diagonalcolor
color of the cells on the diagonal
of the correlation matrix. The
default is "black".