base-deprecated {base} | R Documentation |
These functions are provided for compatibility with older versions of R only, and may be defunct as soon as the next release.
La.chol(x) La.chol2inv(x, size = ncol(x))
x |
a suitable matrix |
size |
the number of columns of x containing the
Choleski decomposition. |
The original help page for these functions is often
available at help("oldName-deprecated")
(note the quotes).
Functions in packages other than the base package are listed in
help("pkg-deprecated")
.
La.chol
and La.chol2inv
are pre-1.7.0 interfaces to the
same code as the default options of chol
and
chol2inv
respectively.