lmSolve: Minimum Norm Regresion with Moore-Penrose Inverse

Description Usage Arguments Value Examples

View source: R/utilities.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 = 1e-09)

Arguments

formula

formula

data

data frame

w

optional weights

tolerance

tolerance

Value

a vector

Examples

1

abnormally-distributed/cvreg documentation built on May 3, 2020, 3:45 p.m.