R/fns.R

`fns` <-
function(x, THETA)
{
    FORWARD <- THETA[1] + (THETA[2] + THETA[3] * x) * exp( - x/THETA[
        4])
    FORWARD
}

Try the Rsafd package in your browser

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

Rsafd documentation built on May 2, 2019, 5:20 p.m.