bootsum: Summarise bootstrap results.

Description Usage Arguments Value

Description

Produces summarry of bootstrap results

Usage

1
2
bootsum(bests, ests = NULL, cilevel = 0.95, write.csvs = FALSE,
  dir = getwd())

Arguments

bests

output from bs.hmltm.

ests

hmltm object with points estimates.

cilevel

confidence level for confidence intervals by percentile method.

write.csvs

if TRUE, writes each output (see Value below) to separate .csv file.

dir

directory to which to write outputs if write.csvs is TRUE.

Value

If ests is NULL:
Returns a list with elements as follows for each statistic in bests:


If ests is an object of class 'hmltm':
Returns a data frame with rows only for every stratum with detections (and the total) and columns as follows:


DistanceDevelopment/hsltm documentation built on June 21, 2019, 2:22 p.m.