powered by
Updates and re-fits a model of class 'pcrfit'.
# S3 method for pcrfit update(object, ..., evaluate = TRUE)
a fitted model of class 'pcrfit'.
arguments to alter in object.
logical. If TRUE, model is re-fit; otherwise an unevaluated call is returned.
TRUE
An updated model of class 'pcrfit' and 'nls'.
The function pcrfit in this package.
pcrfit
# NOT RUN { 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) # }
Run the code above in your browser using DataLab