R/lm.rm.R

Defines functions lm.rm

Documented in lm.rm

lm.rm <-
function(Y,X){
    rlt = as.matrix(lm(as.matrix(Y)~as.matrix(X))$residuals);
    return(rlt);	
}

Try the QRFCCA package in your browser

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

QRFCCA documentation built on Nov. 17, 2017, 7:20 a.m.