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
  
}

Try the gim package in your browser

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

gim documentation built on July 1, 2020, 6:29 p.m.