plot.qlss.Rd
This function plots location, scale and shape of a conditional distribution.
# S3 method for class 'qlss'
plot(x, z, whichp = NULL, interval = FALSE, type = "l", ...)
an object of class qlss
as returned by qlss.formula
.
numeric vector of values against which LSS measures are plotted. This argument is required.
when probs
in qlss
is a vector, the argument whichp
specifies one of the probabilities (and one only) in probs
that should be used for plotting. If whichp = NULL
(default), the first value in probs
is used.
logical flag. If TRUE
, confidence intervals for the predictions are plotted.
1-character string giving the type of plot desired. See plot.default
.
other arguments for plot.default
.
This function plots a qlss
object from qlss
or predict.qlss
.