R/BC_normal_sd1sd0.R

Defines functions BC_normal_sd1sd0

Documented in BC_normal_sd1sd0

BC_normal_sd1sd0 <-
function(sd1, sd0){
  ## computation of BC_normal(sd_post_mu,sd_pri_mu) (the sd-part of the BC under normal approximation) according to Roos et al. (2020)
  ## this part quantifies the spread modification
  return(sqrt((2*sd1*sd0)/(sd1^2+sd0^2)))
}

Try the si4bayesmeta package in your browser

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

si4bayesmeta documentation built on Dec. 16, 2019, 3:39 p.m.