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 Aug. 24, 2023, 5:10 p.m.