The points show fitted conditional quantiles against each requested variable. For variable \(X_k\), the smooth curve estimates \(E[\hat Q_\alpha(Y \mid X) \mid X_k = x]\). It therefore averages over the conditional distribution of the other variables. A curve for an unselected variable can vary when that variable is associated with selected predictors. The curve is descriptive and is not a partial-dependence or causal effect.
Usage
plot_effects(object, alpha = c(0.1, 0.5, 0.9), vars = object$order)Value
A ggplot2::ggplot() object.
