| predict.samQL | R Documentation |
"samQL"Predict responses for test data.
## S3 method for class 'samQL'
predict(object, newdata, ...)
object |
An object with S3 class |
newdata |
Numeric test matrix with |
... |
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.
values |
Predicted responses as an |
samQL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.