Skip to contents

curve fit with modified logistic function

Usage

get_mu(mu_par, times)

Arguments

mu_par

vector with five number

times

vector of time point

Value

numeric vector with the same length to times

Examples

get_mu(mu_par = 1:5, times = 1:14)
#>  [1] 0.8824912 0.9948854 0.9997520 0.9999877 0.9999994 1.0000000 1.0000000
#>  [8] 1.0000000 1.0000000 1.0000000 1.0000000 1.0000000 1.0000000 1.0000000