View source: R/summary.dht_bootstrap.R
summary.dht_bootstrap | R Documentation |
A simple function to calculate summaries of bootstrap output generated by
bootdht
.
## S3 method for class 'dht_bootstrap'
summary(object, alpha = 0.05, ...)
object |
output from |
alpha |
value to use in confidence interval calculation (to obtain
|
... |
for S3 compatibility, unused. |
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.
a data.frame
of summary statistics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.