# NOT RUN {
data(Brumbaugh)
cenCompareCdfs(Brumbaugh$Hg,Brumbaugh$HgCen)
# With Weibull distribution
cenCompareCdfs(Brumbaugh$Hg,Brumbaugh$HgCen,dist3="weibull")
# Using an distribution not supported by this function (yet)
# you will get an error message
# }
# NOT RUN {
cenCompareCdfs(Brumbaugh$Hg,Brumbaugh$HgCen,dist3="beta")
# }
# NOT RUN {
# With Yname specified
cenCompareCdfs(Brumbaugh$Hg,Brumbaugh$HgCen,Yname="TCE Conc (ug/L)\nLong Island, NY USA")
# }
Run the code above in your browser using DataLab