R/get.zeta.R

Defines functions get.zeta

Documented in get.zeta

get.zeta<-function(SS, w, alpha)
{
  betaSS<-beta.laplace(ifelse(SS>=38, 38, SS), a=alpha)
  zeta<-(1+betaSS)/((1/w)+betaSS)
  return(zeta)
}

Try the icmm package in your browser

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

icmm documentation built on May 26, 2021, 9:06 a.m.