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)
aursiber/nlstools documentation built on April 14, 2025, 4:06 p.m.