get_boot_stats: Get data frame with bootstrap statistics
Description
Internal function not to be called by the user
Usage
get_boot_stats(MATRIX, original)
Arguments
- MATRIX
Matrix with bootstrapped results
- original
vector with original values
Warning
Do NOT use this function unless you are ME, a package
developer, or a jedi user who really knows what is doing
(seriously!)
Details
Internal function. get_boot_stats
is called by
get_boots
.