predict.snr | R Documentation |
The predictions on a semiparametric nonlinear regression model object are obtained by substituting the unknwon functions together with unknown parameters with their estimates and evaluating the regression functional based on provided or default covariate values.
## S3 method for class 'snr'
predict(object, newdata, ...)
object |
a fitted |
newdata |
a data frame containing the values at which predictions are required. Default are NULL, where data used to produce the fit are to be taken. |
... |
other arguments, but currently unused. |
This function is a method for the generic function predict for class snr
a vector of prediction values, obtained by evaluating the model in the frame newdata
.
Chunlei Ke chunlei_ke@yahoo.com and Yuedong Wang yuedong@pstat.ucsb.edu
Wahba, G. (1990). Spline Models for Observational Data. SIAM, Vol. 59.
Ke, C. (2000). Semi-parametric Nonlinear Regression and Mixed Effects Models. PhD thesis, University of California, Santa Barbara.
snr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.