m <- multdrc(F1.1 ~ Cycles, data = reps, fct = l5())
### which raw fluorescence value at cycle number = 17?
pcrpred(m, 17)
### cycle numbers 20:25?
pcrpred(m, 20:25)
### which cycle at F = 4
pcrpred(m, 4, "x")
Run the code above in your browser using DataLab