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?


______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to