View source: R/renewal_methods.R
| addBootSampleObject | R Documentation |
Create a boostrap sample from coefficient estimates.
addBootSampleObject(object, ...)
object |
an object to add boot object to. |
... |
extra parameters to be passed to the |
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.
object with additional component "boot"
renewal_methods
## see renewal_methods
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.