"samQL"Predict responses for test data.
# S3 method for samQL
predict(object, newdata, ...)Predicted responses as an n by length(lambda) matrix.
An object with S3 class "samQL".
Numeric test matrix with n rows and d columns.
Additional arguments passed to methods; currently unused.
The test matrix is rescaled using the training X.min/X.ran,
truncated to [0, 1], and expanded with the same spline basis used
during training.
samQL