R/calc_nconsum.R

Defines functions calc_nconsum

calc_nconsum <- function(mliks, moddee, xyz) {
  sum(exp(-mliks[moddee] + mliks[xyz]), na.rm = TRUE)
}

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.