## simple example with
## fit parameters
ml1 <- modlist(rutledge, model = l5)
getPar(ml1, type = "fit")
## simple example with
## plotting of threshold cycles
res1 <- getPar(ml1, type = "curve", cp = "cpD2", eff = "sliwin")
barplot(res1[1, ], las = 2)
## using a mechanistic model such as
## 'mak3' and extracting D0 values
## => initial template fluorescence
ml2 <- modlist(rutledge, 1, 2:41, model = mak3)
res <- getPar(ml2, type = "fit")
barplot(log10(res[1, ]), las = 2)
Run the code above in your browser using DataLab