aboutsummaryrefslogtreecommitdiff
path: root/R/linlogitf.R
blob: 2d69256c4d7f1e47afce1deb69951db76c5fd1da (plain) (blame)
1
2
3
4
linlogitf <- function(x,k,f,mu,b)
{
    k*(1 + f*x) / (1 + ((2*f*(10^mu) + 1) * ((x/(10^mu))^b)))
}

Contact - Imprint