predict.sshaped {Sshaped} | R Documentation |
Predict method for a sshaped
fit
Description
This function obtains predictions at new design points from a fitted sshaped
object.
Usage
## S3 method for class 'sshaped'
predict(object, xnew, ...)
Arguments
object |
A fitted |
xnew |
An optional numeric |
... |
Other arguments passed to |
Value
A numeric vector containing predictions at new data points.
Author(s)
See Also
Examples
## See examples for the functions sshapedreg and cvxreg.
[Package Sshaped version 1.1 Index]