R/hr.R

Defines functions hr

hr <- function(bhr, t, eta.ij, x.i){
    hr <- bhr(t)*exp(eta.ij(t = t, x.i = x.i))
    return(hr)}

Try the simMSM package in your browser

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

simMSM documentation built on May 6, 2022, 9:05 a.m.