panel.qqmathline {lattice} | R Documentation |
Useful panel function with qqmath. Draws a line passing through the points determined by the .25 and .75 quantiles of the sample and the theoretical distribution.
panel.qqmathline(y, distribution, ...)
y |
The original sample, possibly reduced to a fewer number of
quantiles, as determined by the f.value argument to
qqmath
|
distribution |
quantile function for reference theoretical distribution. |
... |
other arguments. |
Deepayan Sarkar deepayan@stat.wisc.edu