Togaware DATA MINING
Desktop Survival Guide
by Graham Williams
Google

Probability Scale

Image 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 © Togaware Pty Ltd
Support further development through the purchase of the PDF version of the book.
The PDF version is a formatted comprehensive draft book (with over 800 pages).
Brought to you by Togaware. This page generated: Sunday, 22 August 2010