Learn R Programming

Hmisc (version 5.3-0)

solvet: solve Function with tol argument

Description

A slightly modified version of solve that allows a tolerance argument for singularity (tol) which is passed to qr.

Usage

solvet(a, b, tol=1e-09)

Arguments

See Also