BootMatrix-class {GeneSelector} | R Documentation |
An object returned from GenerateBootMatrix and which is usually directly passed to GetRepeatRanking
bootmatrix
:matrix
whose number of columns equals
the number of replications and whose number of
rows equals the number of observations.
Each column contains the indices of those observations
that are elements of the corresponding bootstrap sample. Note that each observation
may be included two or more times in each column.replicates
:type
:"unpaired", "paired", "onesample"
,
s. GeneRankingmaxties
:minclassize
:balancedclass
:balancedsample
:TRUE/FALSE
.show(BootMatrix)
for a brief informationsummary(BootMatrix, repl=1:2)
to obtain
the frequencies of each observation for
replications 1
and 2
Martin Slawski martin.slawski@campus.lmu.de
Anne-Laure Boulesteix http://www.slcmsr.net/boulesteix
Davison, A.C., Hinkley, D.V. (1997)
Bootstrap Methods and their Application.
Cambridge University Press
GenerateBootMatrix, GenerateFoldMatrix, GetRepeatRanking