# NOT RUN {
#Generate the 95% and 99% quantiles for comparison with tables in
#ISO 5725:1996 Part 2:
n <- 3:30
round(qmandelh(0.975, n), 2) #95% 2-tailed
round(qmandelh(0.995, n), 2) #99% 2-tailed
# }
Run the code above in your browser using DataLab