Predict values from nbcurve fit
1 2 3 4 5 | predict.nbcurve(
fit.info,
newdata = data.frame(temperature = seq(-2, 40, 0.1)),
se.fit = FALSE
)
|
fit.info |
The result of a single TPC curve fit from get.nbcurve.tpc |
newdata |
A new data frame, containing a sequence of 'temperature' values at which model predictions should be made; defaults to (-2,40) |
se.fit |
logical; should standard error values be returned? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.