R/fmcfpower.R

fmcfpower <-
function (time, theta) 
{
    eta <- theta[1]
    beta <- theta[2]
    fmcfpower <- (time/eta)^beta
    return(fmcfpower)
}
Auburngrads/SMRD documentation built on Sept. 14, 2020, 2:21 a.m.