R/EL.wald.R

EL.wald <- function(par, vcov){

  pval.wald <- pchisq(par['bet']^2/vcov['bet', 'bet'], df = 1, lower.tail = FALSE)
  pval.wald

}

Try the iva package in your browser

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

iva documentation built on May 2, 2019, 3:25 a.m.