bootstrap | R Documentation |
Method for generating parametric bootstrap estimates from a fitted model.
bootstrap(object, B = 1000, extra_param = FALSE, ...)
object |
an |
B |
an |
extra_param |
if |
... |
additional optional arguments to pass to |
This method is a simple wrapper around the ib
method
where number of iterations is set to 1.
A matrix
p (size of parameter) times B of bootstrapped estimates.
Samuel Orso
ib
, ibControl
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.