returns a list with the following elements:
fPredicted response y at design points x (always)
dfGradient of response y at design points x (only if: GRAD==TRUE and mx==1)
sEstimated MSE (only if: MSE==TRUE)
dsGradient 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.