R/qhist.R

Defines functions qhist

qhist<-function(q, z, pz){
  approx(pz, z, q)$y
}

Try the SHELF package in your browser

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

SHELF documentation built on June 7, 2023, 5:11 p.m.