parametric.bootstrap | R Documentation |
A generic function for the parametric bootstrap from the results of various model fitting functions. The function invokes particular methods which depend on the class of the first argument.
parametric.bootstrap(object, reps = 1000, report.period = reps + 1, ...)
object |
a model object |
reps |
Number of bootstrap repetitions. |
report.period |
Report progress every |
... |
other parameters which might be required by the model |
See the documentation of the particular methods for details.
The form of the value returned depends on the class of its argument. See the documentation of the particular methods for details of what is produced by that method.
Thomas Lotze
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.