Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

a

a square numeric matrix

b

a numeric vector or matrix

tol

tolerance for detecting linear dependencies in columns of a

See Also


Hmisc

Harrell Miscellaneous

v4.5-0
GPL (>= 2)
Authors
Frank E Harrell Jr <fh@fharrell.com>, with contributions from Charles Dupont and many others.
Initial release
2021-02-27

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.