R/ht_mal_int.R

Defines functions ht_mal_int

Documented in ht_mal_int

ht_mal_int <-
function(lower, upper, g, d, smoking)
{
 INT <- HT_mal(upper, g, d, smoking) - HT_mal(lower, g, d, smoking)
 return(INT)
}

Try the MILC package in your browser

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

MILC documentation built on May 2, 2019, 3:45 a.m.