kinfit(kindata, kinmodels = c("SFO"), parent.0.user = NA, parent.0.fixed = FALSE, start.SFO = list(parent.0 = NA, k = NA), start.FOMC = list(parent.0 = NA, alpha = NA, beta = NA), start.DFOP = list(parent.0 = NA, k1 = NA, k2 = NA, g = NA), start.HS = list(parent.0 = NA, k1 = NA, k2 = NA, tb = NA), algorithm = "default")t and concentration
data for the parent compound named parent.
parent.0.user.
SFO model,
containing parent.0 and k.
FOMC model,
containing parent.0, alpha and beta.
DFOP model,
containing parent.0, k1, k2 and g.
HS model,
containing parent.0, k1, k2 and tb.
nls.
nls representing the models that were
fitted successfully.
NA and the function tries to
find suitable starting parameters on its own.
data(FOCUS_2006_A)
(kinfits <- kinfit(FOCUS_2006_A))
data(FOCUS_2006_B)
(kinfits <- kinfit(FOCUS_2006_B, kinmodels=c("SFO","FOMC")))
Run the code above in your browser using DataLab