Normal Distribution Table by pooq

p=sprintf
cat("  Z | 0.00",p("%7.2f",1:9/100),"
----+",rep("-",70),"
",sep="")
for(i in 0:30/10)cat(p("%.1f |",i),p(" %6.4f",pnorm(0:9/100+i,0,1)),"
",sep="")

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page