This runs a parametric bootstrap simulating from an optimized model.
evmBoot(o, R=1000, trace=100, cores=NULL, export=NULL, theCall)
# S3 method for evmBoot
summary(object,...)
# S3 method for evmBoot
plot(x,col=4,border=NULL,...)
# S3 method for evmBoot
coef(object,...)
# S3 method for summary.evmBoot
print(x,...)
# S3 method for evmBoot
print(x,...)
An object of class evmBoot
; a list with
The call to evmBoot
that produced the object.
The parameter estimates from the bootstrap fits.
The fit by by maximum penalized likelihood to the original data.
a fit evmOpt
object
the number of parametric bootstrap samples to run
the frequency of trace messages
The number of coresto use when bootstrapping. Defaults
to cores=NULL
and the function guesses how many cores
are available and uses them all.
Character vector of names of variables to export. See the
help file for parallel::export
. Defaults to export = NULL
and most users will never need to use it.
(for internal use)
an evmBoot
object
colour used to fill histogram
the colour of the border around the bars
a evmBoot
object
other arguments passed to internal functions
evm