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,
  ...
)

Details

This just calls the predict function on the quantile_genlasso that is stored within the given cv_quantile_genlasso object.