R/QtoJackson.R

Defines functions QtoJackson

Documented in QtoJackson

QtoJackson<-function(Q,h0, x1, x2, x3){
  Calpha<-x3*((Q*x1)^(h0)+x2)
  threshold<-pnorm(Calpha, lower.tail=FALSE)

  return(threshold)


}

Try the MEET package in your browser

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

MEET documentation built on May 2, 2019, 5:52 p.m.