nlsList(formula, data, cluster, control)
# first.order.log is a self-starting model functionTheo.nlsList <- nlsList(conc ~ first.order.log(Dose, time, lCl, lka, lke), data = Theoph, cluster = ~ Subject)
Theo.nlsList
# Returns the following: $"1": Residual sum of squares : 4.286009 parameters: lCl lka lke -3.915838 0.5750919 -2.919581 formula: conc ~ first.order.log(Dose, time, lCl, lka, lke) 11 observations
. . .
$"12": Residual sum of squares : 2.809197 parameters: lCl lka lke -3.170138 -0.1829189 -2.248274 formula: conc ~ first.order.log(Dose, time, lCl, lka, lke) 11 observations