R/newGA.R

Defines functions new.GA

new.GA = function(cov, coef){
  predi <- as.matrix(cov)%*%t(coef)
  return(predi)
}
gcostaneto/frGIS documentation built on Jan. 4, 2024, 1:41 p.m.