R/Rt.fun.R

Defines functions Rt.fun

Rt.fun <-
function(ord.delta,s0,ord.wt){
    Rt = cumsum(ord.wt*ord.delta/s0)
    return(Rt)
}

Try the TransModel package in your browser

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

TransModel documentation built on Feb. 3, 2022, 5:08 p.m.