R/CIhwKM.R

CIhwKM <-
function (z, conf) {
  K <- z$v / (1 + z$v)
  upper <- z$S / sqrt (z$N) / (1 - K) * qSupBrnBrdg (conf)
  list (t=z$t, maxt=z$maxt, lower=z$S-upper, upper=z$S+upper, S=z$S)
}

Try the uwIntroStats package in your browser

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

uwIntroStats documentation built on May 2, 2019, 4:34 a.m.