
Last chance! 50% off unlimited learning
Sale ends in
The SESdata is the results of a survey to evaluate possible beryllium contamination based on 31 surface wipe samples from elevated surfaces (SES) of a smelter at a DOE facility. For equipment that is being evaluated for release to the public, or for non beryllium use, the DOE has established a release limit for removable beryllium contamination of $ 0.2 \mu g/100cm^2$.
data(SESdata)
A more detailed description and analysis of this data is given as Example 1 in Section 4 of Frome and Wambach (2005)
data(SESdata)
mle.ses <- unlist(lnorm.ml(SESdata)) # ML for SESdata
print(mle.ses[1:4]) # ML estimates of parameters
print(mle.ses[5:8]) # Standard errors of ML estimates
# Next line produces a lognormal q-q plot with ML line
qq.lnorm(plend(SESdata),mle.ses[1],mle.ses[2])
title("Lognormal Q-Q plot For SESdata Example 1 in ORNLTM2005-52")
unlist(efraction.ml(SESdata,gam=0.95,L=0.2)) # MLE of exceedance fraction and CLs
unlist(percentile.ml(SESdata,p=0.95,gam=0.95)) # MLE of 95 percentile and CLs
Run the code above in your browser using DataLab