R/QtoJackson.R

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, 1:45 p.m.