R/cv_quantile_genlasso.R
predict.cv_quantile_genlasso.Rd
Predict the conditional quantiles at a new set of predictor variables, using the generalized lasso coefficients tuned by cross-validation.
# S3 method for cv_quantile_genlasso
predict(
object,
newx,
s = NULL,
sort = FALSE,
iso = FALSE,
nonneg = FALSE,
round = FALSE,
...
)
This just calls the predict
function on the
quantile_genlasso
that is stored within the given
cv_quantile_genlasso
object.