powered by
## S3 method for class 'qlss': plot(x, z, which = 1, ci = FALSE, level = 0.95, type = "l", ...)
qlss
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