# NOT RUN {
#Distribution does not resemble a Normal
data(TIPS)
qq(TIPS$Bill,ax="Bill")
#Distribution resembles aNormal
data(ATTRACTF)
qq(ATTRACTF$Score,ax="Attractiveness Score")
# }
Run the code above in your browser using DataLab