R/postvar.R

Defines functions postvar

Documented in postvar

postvar <- function(sum2, n, a, b) {
  output <- (0.5 * sum2 + b) / (n / 2 + a - 1)
  return(output)
}

Try the ez.combat package in your browser

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

ez.combat documentation built on June 7, 2021, 9:08 a.m.