boot.ratio.test | R Documentation |
boot.ratio.test
computes bootstrap ratios
from a "bootstrap cube."boot.ratio.test
computes bootstrap ratios
from a "bootstrap cube" (created, e.g., by
Boot4PTCA
).
NB: this function is a "modified clone"
of InPosition::boot.ratio.test
;
It differs from InPosition::boot.ratio.test
only by
the suppression of the critical value in the returned list and
by the addition of prob.boot.ratios
and
prob.boot.ratios.cor
in the returned list
(see Value
below).
boot.ratio.test(boot.cube, critical.value = 2, names4Dimensions = "Dimension ")
boot.cube |
An I*L*B bootstrap brick
(typically obtained from |
critical.value |
The critical value for significance (default = 2, which matches a p < .05 significance level). |
names4Dimensions |
names for
the dimensions (a.k.a. Factors), Default: |
A list:
1) sig.boot.ratios
:
A logical vector that identifies the
significant items.
2) boot.ratios
: the bootstrap ratios
3) prob.boot.ratios
:
the (uncorrected) probability associated to the
bootstrap ratios
4) prob.boot.ratios.cor
:
the (Sidak/Bonferonni) corrected probability associated to the
bootstrap ratios.
Derek Beaton & Hervé Abdi
## Not run: BR <- boot.ratio.test(BootI) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.