R/get.beta.R

Defines functions get.beta

Documented in get.beta

get.beta<-function(SS, w, alpha, scaledfactor)
{
  beta.scaled<-postmed(SS,w=w, prior="laplace", a=alpha)
  beta<-beta.scaled*scaledfactor
  return(beta)
}

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.