returns a list with the following elements:
f
Predicted response y
at design points x
(always)
df
Gradient of response y
at design points x
(only if: GRAD==TRUE
and mx==1
)
s
Estimated MSE (only if: MSE==TRUE
)
ds
Gradient of MSE (only if: GRADMSE==TRUE
and mx==1
)
The user can choose whether to predict only mean or if he is also interested in gradient, mean squared error MSE, or the MSE gradient.
object$GRAD specifies whether gradient of response should be computed. Even if GRAD is TRUE, the gradient will only be computed in case of a single design point.
MSE specifies whether estimated MSE of response should be computed.
GRADMSE specifies whether gradient of MSE should be computed. Even if GRADMSE is TRUE, the gradient will only be computed in case of a single design point.