This function depict the univariate conditional quantile model based on the non parametric location scale model fitted with the refcurv function.
# S3 method for refcurve
plot(
x,
newdata = data.frame(x = seq(0, 1, 0.01)),
tau = seq(0.1, 0.9, 0.2),
...
)A refcurv object.
A data frame defining a sequence of the predictor variables values.
A number or vector defining desired quantile.
Additional plot options.
This function returns a plot of the refcurve model.