solvet | R Documentation |
A slightly modified version of solve
that allows a tolerance argument
for singularity (tol
) which is passed to qr
.
solvet(a, b, tol=1e-09)
a |
a square numeric matrix |
b |
a numeric vector or matrix |
tol |
tolerance for detecting linear dependencies in columns of
|
solve
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.