R/flogrecurrateloglin.R

flogrecurrateloglin <-
function (time, theta) 
{
    gamma0 <- theta[1]
    gamma1 <- theta[2]
    flogrecurrateloglin <- gamma0 + gamma1 * time
    return(flogrecurrateloglin)
}
Auburngrads/SMRD documentation built on Sept. 14, 2020, 2:21 a.m.