"samEL"Predict expected counts for test data.
# S3 method for samEL
predict(object, newdata, ...)Estimated expected counts as an n by length(lambda) matrix.
Alias of expectations kept for backward compatibility.
An object with S3 class "samEL".
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.
samEL