R/michaelismodels.R

"michaelis"   <- as.formula(v ~ S/(S+Km) * Vmax)

"compet_mich"   <- as.formula(v ~ S/(S + Km*(1+I/Ki) ) * Vmax)

"non_compet_mich"   <- as.formula(v ~ S/( (S + Km)*(1+I/Ki) ) * Vmax)

Try the nlstools package in your browser

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

nlstools documentation built on May 2, 2019, 5:49 p.m.