EQRN_predict_internal | R Documentation |
Internal predict function for an EQRN_iid
EQRN_predict_internal(
fit_eqrn,
X,
prob_lvl_predict,
intermediate_quantiles,
interm_lvl,
device = default_device()
)
fit_eqrn |
Fitted |
X |
Matrix of covariates to predict the corresponding response's conditional quantiles. |
prob_lvl_predict |
Probability level at which to predict the conditional quantiles. |
intermediate_quantiles |
Vector of intermediate conditional quantiles at level |
interm_lvl |
Optional, checks that |
device |
(optional) A |
Vector of length nrow(X)
containing the conditional quantile estimates of the response associated to each covariate observation
at each probability level prob_lvl_predict
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.