R/asht.R

asht <- 
function (X, f, theta, cmat, alternative, conf.level, args) 
{
  esti <- theta(X = X, f = as.factor(f))
  out <- waldci(cmat = cmat, estp = esti$estimate, varp = esti$varest, varcor = esti$varest, alternative = alternative, conf.level = conf.level)
  return(out)
}

Try the simboot package in your browser

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

simboot documentation built on May 2, 2019, 9:14 a.m.