parametric.bootstrap.cov: Parametric bootstrap with covariance
Description
Parametric bootstrap with covariance
Usage
parametric.bootstrap.cov(boot.R, x, cov, seed)
Arguments
boot.R
numeric. Number of bootstrap samples to generate.
x
numeric vector. Actual values for the data.
cov
numeric matrix, square, length of x or missing. Covariance
between the various variables in the vector x.
seed
integer. Seed to use for the random number generation. If it is
missing, the seed will not be set to any particular value. If there was a
default value, all results would be exactly correlated. So if you want
reproducability by fixing the seeds, make sure you choose different seeds
for independent variables.
Value
A matrix with as many columns as there are variables in x and as many rows
as boot.R.