calc_boot_out {EGRETci} | R Documentation |
Calculations from boot return
Description
Calculations from boot return
Usage
calc_boot_out(boot_list_return, type_results, nBoot, startSeed, blockLength)
Arguments
boot_list_return |
The object that is returned from |
type_results |
data frame returned from either |
nBoot |
the maximum number of bootstrap replicates to be used, typically 100 |
startSeed |
sets the random seed value. This is used to make repeatable output. |
blockLength |
integer size of subset, expressed in days. 200 days has been found to be a good choice. |
[Package EGRETci version 2.0.5 Index]