R/projection.mat2.R

projection.mat2 <-
function(X,LinearSys){
	Y=as.matrix(LinearSys)
	as.double(lm(X~Y-1)$residual)
	}
yfyang86/paftoga documentation built on May 4, 2019, 2:33 p.m.