Togaware DATA MINING
Desktop Survival Guide
by Graham Williams
Google

Probability Scale

[width=0.8]rplot-proby


pdf("graphics/rplot-proby.pdf")
  x <- sort(rnorm(100))
  y <- 0.5+(0:99)
  p <- c(0.01, 0.05, 0.5, 0.95, 0.99)
  qqplot(x, qnorm(0.005+0.01*(0:99)), yaxt="n")
  axis(2, at=qnorm(p), label=p, las=1)
dev.off()

http://rattle.togaware.com/code/rplot-proby.R



Copyright © 2004-2006 [email protected]
Support further development through the purchase of the PDF version of the book.
Brought to you by Togaware.