R/renewal_methods.R
addBootSampleObject.RdCreate a boostrap sample from coefficient estimates.
addBootSampleObject(object, ...)an object to add boot object to.
extra parameters to be passed to the boot::boot() function
other than data and statistic.
object with additional component "boot"
The information in object is used to prepare the arguments and then
boot is called to generate the bootstrap sample.
The bootstrap sample is stored in object as component "boot".
Arguments in "..." can be used customise the boot() call.
## see renewal_methods