# NOT RUN {
data(antsA)
FQAnts <- fuzzyq(antsA, sorting = TRUE)
# Compute species Commonness Indices of species of 1,000 bootstrap
# replicates:
# }
# NOT RUN {
BS.FQAnts <- fuzzyqBoot (antsA, N = 1e3, level='spp')
# }
# NOT RUN {
# Compute 95 % confidence intervals, percentile method, default values:
# }
# NOT RUN {
BS.sppCI1 <- fuzzyqCI(BS.FQAnts)
# }
# NOT RUN {
# Alternatively, 95 % confidence intervals, bias corrected and accelerated
# method:
# }
# NOT RUN {
BS.sppCI2 <- fuzzyqCI(BS.FQAnts, fq=FQAnts, method = "bca")
# }
# NOT RUN {
# Compute global metrics of 1,000 boostrap replicates:
# }
# NOT RUN {
BS.global <- fuzzyqBoot (antsA, N = 1e3, level='global')
# }
# NOT RUN {
# Compute 95 % confidence intervals, bias corrected and accelerated method:
# }
# NOT RUN {
BS.globalCI <- fuzzyqCI(BS.global, fq=FQAnts, method = "bca")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab