R/Delta.the.cc.R

Defines functions Delta.the.cc

Delta.the.cc <- function(para, map, ref, Delta){
  
  the <- para[map$the]
  fx <- as.matrix(ref[, names(the), drop = FALSE])
  
  fx * Delta
  
}
zhangh12/gim documentation built on Sept. 5, 2021, 6:39 p.m.