R/coverage.R

Defines functions coverage

coverage <-
function(intv,truehl)
{
cover <- 0
if(intv[1] < truehl & intv[2] > truehl) cover <- 1
return(cover)
}

Try the VAR.etp package in your browser

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

VAR.etp documentation built on Aug. 31, 2023, 9:08 a.m.