R/EMJMCMC2016-method-dehash.R

EMJMCMC2016$methods(
    dehash = function(dec) {
    if (exists("hash.keys1")) {
      return(hash.keys1[dec, ])
    }
    if (exists("hash.keys")) {
      return(hash.keys[dec, ])
    }
    return(NULL)
  }
)

Try the EMJMCMC package in your browser

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

EMJMCMC documentation built on June 22, 2024, 11:34 a.m.