predict.QRN_seq | R Documentation |
Predict method for a QRN_seq fitted object
## S3 method for class 'QRN_seq'
predict(object, ...)
object |
Fitted |
... |
Arguments passed on to
|
See QRN_seq_predict()
for more details.
Matrix of size nrow(X)
times 1
(or nrow(X)-seq_len
times 1
if crop_predictions
)
containing the conditional quantile estimates of the corresponding response observations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.