R/postmean.R

postmean <- function(g.hat, g.bar, n, d.star, t2) {
    (t2 * n * g.hat + d.star * g.bar)/(t2 * n + d.star)
}
BowenNCSU/xMSanalyzer documentation built on May 24, 2019, 7:36 a.m.