Creates a stack object populated with bootstrapped samples
Function creates a Stack()
object and populated the stack with bootstrap samples based upon method$n_samples
get_bootstrap_stack(longdata, method, stack = Stack$new())
longdata
: A longDataConstructor()
objectmethod
: A method
objectstack
: A Stack()
object (this is only exposed for unit testing purposes)Useful links