efraction.ml(dd, gam = 0.95, L = 5, dat = TRUE)dat is TRUE dd is an n by 2 matrix or data frame with x in column 1 det in column 2dat is FALSE, then dd is a list from
lnorm.ml. Default is TRUEfflnorm.ml.lnorm.ml,percentile.ml# calculate ML estimate of exceedance fraction and CLs for Example 2 in ORNLTM2005-52
data(beTWA)
unlist(efraction.ml(beTWA,L=0.2))
# calculate nonparametric CLs
unlist(efclnp(beTWA,L=0.2))Run the code above in your browser using DataLab