R/linearRegressionScore.R

Defines functions linearRegressionScore

Documented in linearRegressionScore

linearRegressionScore <-
function(x, y=NULL, p1=NULL, pcaMethod='prcomp', pcaParams=NULL){
  return(linearRegressionModel(x=x, y=y, pcaMethod=pcaMethod, pcaParams=pcaParams))
}
juscelino-izidoro/supcavs documentation built on Jan. 2, 2022, 7:49 a.m.