expfit(object, method = c("outlier", "midpoint", "ERBCP"), pval = 0.05, 
       n.outl = 3, n.ground = 1:5, corfact = 1, 
       fix = c("top", "bottom", "middle"), nfit = 5, plot = TRUE, ...)TRUE, a graphical display of the curve and the fitted region is shown.method, fix and nfit.outlier for the calculation of the studentized residuals and 'outlier' cycle, and midpoint
 for calculation of the exponential phase 'midpoint'. For method 'ERBCP' (Exponential Region By Crossing Points), the exponential region
 is calculated by $expR = cpD2 - \code{corfact} * (cpD1-cpD2)$. The efficiency is calculated a) from the exponential fit with $Eff = exp(k)$ and b) for each 
 cycle within the exponential region from the raw fluorescence values by $Eff = \frac{F(n)}{F(n-1)}$. 
 The inital template fluorescence (F0) is derived from parameter b.## using 'outlier' method
m1 <- pcrfit(reps, 1, 2, l5)
expfit(m1)
## 'midpoint' method and 7 cycle window
expfit(m1, method = "midpoint", nfit = 7)
## 'ERBCP' method with window centered around
## fixpoint
expfit(m1, method = "ERBCP", fix = "middle")Run the code above in your browser using DataLab