The function generates simulated datasets
based on a fitted model and refits the model
to each generated dataset using the dynr package.
Arguments
- fit
R object. Output of the
FitDynr(),FitMx(),IllustrationFitDynr(), orIllustrationFitMx(), functions.- path
Path to a directory to store bootstrap samples and estimates.
- prefix
Character string. Prefix used for the file names for the bootstrap samples and estimates.
- taskid
Positive integer. Task ID.
- B
Positive integer. Number of bootstrap samples.
- ncores
Positive integer. Number of cores to use.
- seed
Integer. Random seed.
- clean
Logical. If
clean = TRUE, delete intermediate files generated by the function.
See also
Other Confidence Interval Functions:
BootParaStdXMY(),
BootParaStdXYM(),
BootParaStdYMX(),
BootParaXMY(),
BootParaXYM(),
BootParaYMX(),
DeltaStdXMY(),
DeltaStdXYM(),
DeltaStdYMX(),
DeltaXMY(),
DeltaXYM(),
DeltaYMX(),
IllustrationBootPara(),
MCStdXMY(),
MCStdXYM(),
MCStdYMX(),
MCXMY(),
MCXYM(),
MCYMX()