Learn R Programming

COMPoissonReg (version 0.6.1)

parametric_bootstrap: Parametric Bootstrap

Description

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.

Usage

parametric_bootstrap(object, reps = 1000, report.period = reps+1, ...)

Arguments

object

a model object

...

other parameters which might be required by the model

reps

Number of bootstrap repetitions.

report.period

Report progress every report.period iterations.

Value

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.

Details

See the documentation of the particular methods for details.

See Also

parametric_bootstrap.cmp, parametric_bootstrap.zicmp