bootstrap {ib} | R Documentation |
Parametric bootstrap
Description
Method for generating parametric bootstrap estimates from a fitted model.
Usage
bootstrap(object, B = 1000, extra_param = FALSE, ...)
Arguments
object |
an |
B |
an |
extra_param |
if |
... |
additional optional arguments to pass to |
Details
This method is a simple wrapper around the ib
method
where number of iterations is set to 1.
Value
A matrix
p (size of parameter) times B of bootstrapped estimates.
Author(s)
Samuel Orso
See Also
[Package ib version 0.2.0 Index]