pcropt1(object, fact = 3, opt = FALSE, plot = TRUE, bubble = NULL, ...)
true
, model selection is applied for each combination of cycles. Beware: Slow!!TRUE
, the iterative plotting is displayed, which makes the method a bit slower.NULL
for no bubble plot or any parameter (given as a character vector) in the result matrix to be displayed as a bubble plot. See 'Examples'.efficiency
, mselect
or qpcR:::bubbleplot
.pcrGOF
and efficiency and $F_0$ values from efficiency
.fact
* (cpD1 - cpD2) and upper border cpD1 + fact
* (cpD1 - cpD2) are cycled through.## optimize fit and display
## bubbleplot of R-square
m1 <- pcrfit(reps, 1, 2, l4)
res1 <- pcropt1(m1, plot = FALSE, bubble = "Rsq")
Run the code above in your browser using DataLab