get_bootstrap_stack {rbmi} | R Documentation |
Creates a stack object populated with bootstrapped samples
Description
Function creates a Stack()
object and populated the stack with bootstrap
samples based upon method$n_samples
Usage
get_bootstrap_stack(longdata, method, stack = Stack$new())
Arguments
longdata |
A |
method |
A |
stack |
A |
[Package rbmi version 1.2.6 Index]