Updating and refitting a qPCR model
Updates and re-fits a model of class 'pcrfit'.
## S3 method for class 'pcrfit' update(object, ..., evaluate = TRUE)
object |
a fitted model of class 'pcrfit'. |
... |
arguments to alter in object. |
evaluate |
logical. If |
An updated model of class 'pcrfit' and 'nls'.
Andrej-Nikolai Spiess
The function pcrfit
in this package.
m1 <- pcrfit(reps, 1, 2, l4) ## Update model. update(m1, model = l5) ## Update qPCR run. update(m1, fluo = 20) ## Update data. update(m1, data = guescini1)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.