
meanlist
amalgamates
the models according to the grouping structure as defined in group
. The result
is a 'modlist' with models obtained from averaging the replicates by pcrfit
.meanlist(object, group, type = c("mean", "median"))
group
, the average data of the curves is subjected to pcrfit
and a new modlist with the
averaged models is created. Similar to replist
but does not contain the replicates within the 'nls' model but the averaged
model with only ONE curve.modlist
, replist
.ml1 <- modlist(reps, model = l4)
res1 <- meanlist(ml1, group = gl(7, 4))
plot(res1)
efficiency(res1[[1]])
Run the code above in your browser using DataLab