get_mu {idopNetwork} | R Documentation |
curve fit with modified logistic function
Description
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)
[Package idopNetwork version 0.1.2 Index]