[R] P-P probability plots?
Spencer Graves
spencer.graves at pdf.com
Mon Sep 8 23:36:11 CEST 2003
What is it about qqnorm that does not meed your needs? Have you
considered the option "datax=TRUE"? You can store the results of qqnorm
using "plot.it=FALSE" and then plot using "plot( ..., axes=FALSE)".
Then add "axis" manually to label points with probability rather than or
in addition to standard deviations.
hope this helps. spencer graves
John Christie wrote:
> Hi,
> I see that there is a standard function for Q-Q normal plots in R
> but couldn't find anything for normal probability plots. To my eyeballs
> the latter are easier to interpret. Is there a function in some library
> or is there a standard way to use qqnorm to get them?
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
More information about the R-help
mailing list