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