R/DMM.pvalue.R

`DMM.pvalue` <-
function(pP,qP, xX, condvar = TRUE, exact = FALSE)
{
  if(condvar) 
    MCN.pvalue(pP,      qP,      exact)                    # Wittkowski
  else
    MCN.pvalue(pP+xX/2, qP+xX/2, FALSE)                    #     (1989)
}

Try the muStat package in your browser

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

muStat documentation built on May 2, 2019, 5:12 a.m.