EQRN_predict | R Documentation |
Predict function for an EQRN_iid fitted object
EQRN_predict(
fit_eqrn,
X,
prob_lvls_predict,
intermediate_quantiles,
interm_lvl = fit_eqrn$interm_lvl,
device = default_device()
)
fit_eqrn |
Fitted |
X |
Matrix of covariates to predict the corresponding response's conditional quantiles. |
prob_lvls_predict |
Vector of probability levels at which to predict the conditional quantiles. |
intermediate_quantiles |
Vector of intermediate conditional quantiles at level |
interm_lvl |
Optional, checks that |
device |
(optional) A |
Matrix of size nrow(X)
times prob_lvls_predict
containing the conditional quantile estimates of the response associated to each covariate observation 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.