base-deprecated {base}R Documentation

Deprecated Functions in Base package

Description

These functions are provided for compatibility with older versions of R only, and may be defunct as soon as the next release.

Usage

La.chol(x)
La.chol2inv(x, size = ncol(x))

Arguments

x a suitable matrix
size the number of columns of x containing the Choleski decomposition.

Details

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.

See Also

Deprecated


[Package base version 2.3.1 Index]