R/fitmich.R

"fitmich" <- 
function(x, y, a=3, b=0.5) {
        res <- nls(y~(a*x)/(b+x), start=list(a=a, b=b))
        res
    }

Try the simba package in your browser

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

simba documentation built on May 1, 2019, 8:49 p.m.