R/LM.test.R

LM.test <- function(dat, bet, se){

  pval <- LM(0, dat, TRUE)

  ci <- confint(dat, bet, se)

  list(pval = pval, ci = ci)

}

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.