lmSolve: Minimum Norm Regresion with Moore-Penrose Inverse

Description Usage Arguments Value Examples

View source: R/lmSolve.R

Description

A fast solver for simple least squares models. Returns coefficients only. Solves with moore-penrose pseudoinversion which is very fast and tolerant to non-positive definite model matrices.

Usage

1
lmSolve(formula, data, w = NULL, tolerance = 0.001)

Arguments

formula

formula

data

data frame

w

optional weights

tolerance

tolerance

Value

a vector

Examples

1

abnormally-distributed/Bayezilla documentation built on Oct. 31, 2019, 1:57 a.m.