boot.Rd
Performs a bootstrap by resampling the individual data matrices.
boot(D, R = 100, A = 1:I, s = rep(1/J, J), constrained = TRUE)
either a 3d array consisting of the individual paired
comparison matrices or an object of class
paircomp
the number of bootstrap samples
a list of vectors consisting of the stimulus aspects;
the default is 1:I
, where I
is the number of stimuli
the starting vector with default 1/J
for all parameters,
where J
is the number of parameters
logical, if TRUE (default), parameters are constrained to be positive
The bootstrap functions eba.boot.constrained
and eba.boot
are automatically called by boot
.
The code is experimental and may change in the future.
the matrix of bootstrap vectors
the matrix of bootstrap statistics, including parameter means, standard errors, and confidence limits