R/projector.R

Defines functions projector

Documented in projector

projector <-
function(M, tol = sqrt(.Machine$double.eps)) return(M%*%ginv(M, tol = tol))

Try the lmreg package in your browser

Any scripts or data that you put into this service are public.

lmreg documentation built on May 2, 2019, 9:29 a.m.