predict.samEL {SAM} | R Documentation |
Prediction function for S3 class "samEL"
Description
Predict the labels for testing data.
Usage
## S3 method for class 'samEL'
predict(object, newdata, ...)
Arguments
object |
An object with S3 class |
newdata |
The testing dataset represented in a |
... |
System reserved (No specific usage) |
Details
The testing dataset is rescale to the samELe range, and expanded by the samELe spline basis functions as the training data.
Value
expectations |
Estimated expected counts also represented in a |
See Also
[Package SAM version 1.1.3 Index]