expfit(object, fitcyc = 5, plot = TRUE, crit = "resVar", start = 5, maxeff = 2, mineff = 1.5)
Eff.fit
) and b) for each cycle
within the exponential region from the raw fluorescence values by $E = \frac{F(n)}{F(n-1)}$ (Eff.curve
).
The inital template fluorescence (F0) is derived from parameter b. Avoiding good fits in the noisy ground phase can be
tweaked by increasing the effmin
parameter.m <- multdrc(F1.1 ~ Cycles, data = reps, fct = l5())
expfit(m)
### using AIC as criterion
expfit(m, crit = "AIC")
Run the code above in your browser using DataLab