summary.dht_bootstrap {Distance}R Documentation

Summarize bootstrap abundance uncertainty estimate output

Description

A simple function to calculate summaries of bootstrap output generated by bootdht.

Usage

## S3 method for class 'dht_bootstrap'
summary(object, alpha = 0.05, ...)

Arguments

object

output from bootdht

alpha

value to use in confidence interval calculation (to obtain alpha/2 and 1-alpha/2 intervals

...

for S3 compatibility, unused.

Details

Summaries are only made for numeric outputs. Both median and mean are reported to allow assessment of bias. The coefficient of variation reported (in column cv) is based on the median calculated from the bootstraps.

Value

a data.frame of summary statistics


[Package Distance version 1.0.9 Index]