predict.nbcurve: Predict values from nbcurve fit

Description Usage Arguments

View source: R/TPCtools.R

Description

Predict values from nbcurve fit

Usage

1
2
3
4
5
predict.nbcurve(
  fit.info,
  newdata = data.frame(temperature = seq(-2, 40, 0.1)),
  se.fit = FALSE
)

Arguments

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?


ctkremer/growthTools documentation built on July 27, 2021, 4:19 p.m.