[R] Probability plotting with R

Thomas Lumley tlumley at u.washington.edu
Fri Jul 18 17:50:01 CEST 2003


On Fri, 18 Jul 2003, A. Gunes Koru wrote:

> Hello,
>
> Our professor asked us to do probability plotting using weibull paper,
> exponential paper, normal, log-normal paper, etc. I know I can create Q-Q
> plot for normal dist. and see if all te points are on one line. How do I
> go about other distributions?
>

The qqmath() function in the lattice package can do plots like those from
qqnorm() for other distributions.

	-thomas




More information about the R-help mailing list