View source: R/Boot4Mean_etc.R
Boot4Mean | R Documentation |
Boot4Mean
computes a brick of bootstrap
estimates for the means of groups of observations
described by several variables, as for example,
for groups of observations described by factors scores
computed from a Principal Component Analysis or
or a Multiple Correspondence Analysis.
The groups of observations are identified by a design factor.
Observations are Bootstrapped within their groups
(so each Bootstrap sample has the same
N per group as the original groups).
Boot4Mean(Data, design, niter = 100, suppressProgressBar = TRUE)
Data |
An observations by variables data set. |
design |
A vector giving the design for the observations: observations with the same number belong to the same group |
niter |
(Default = |
suppressProgressBar |
(default = |
Use with PCA-like techniques as a step before plotting confidence interval ellipses for group means
A list with BootCube:
a groups by
variables by iterations brick of bootstrapped means, and
GroupMeans
: the groups by variables
original means of the groups and
BootsrappedGroupMeans
:
the groups by variables bootstrapped means of
BootCube
.
Herve Abdi
## Not run: if(interactive()){ #EXAMPLE1 } ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.