get_boot_stats: Get data frame with bootstrap statistics
Description
Get data frame with bootstrap statistics
Usage
get_boot_stats(MATRIX, original)
Arguments
MATRIX
Matrix with bootstrapped results
original
vector with original values
Details
Internal function. get_boot_stats
is called by get_boots
.