Learn R Programming

Qtools (version 1.0)

plot.qlss: Quantile-based Summary Statistics for Location, Scale and Shape

Description

This function plots location, scale and shape of a conditional distribution.

Usage

## S3 method for class 'qlss':
plot(x, z, which = 1, ci = FALSE, level = 0.95, type = "l", ...)

Arguments

See Also

qlss

Examples

Run this code
trees2 <- trees[order(trees$Height),]
fit <- qlss(Volume ~ Height, data = trees2, probs = c(.05, .1))
# Plot the results for probs = 0.1
plot(fit, z = trees2$Height, which = 2, xlab = "height")

Run the code above in your browser using DataLab