R/leverage.R

Defines functions leverage

Documented in leverage

#[export]
leverage <- function(x) {
  Rfast::mahala(x, numeric(dim(x)[2]), crossprod(x) ) 
} 

Try the Rfast2 package in your browser

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

Rfast2 documentation built on Aug. 8, 2023, 1:11 a.m.