predict.nlsr {nlsr} | R Documentation |
predict.nlsr
Description
prepare and display predictions from an nlsr
model
Usage
## S3 method for class 'nlsr'
predict(object = NULL, newdata = list(), ...)
Arguments
object |
an object of class |
newdata |
a dataframe containing columns that match the original dataframe
used to estimate the nonlinear model in the |
... |
additional data needed to evaluate the modeling functions Default FALSE |
Author(s)
J C Nash 2014-7-16 nashjc _at_ uottawa.ca
[Package nlsr version 2023.8.31 Index]