BR4varMCA | R Documentation |
F
for
variables in MCA.BR4varMCA
Computes pseudo Bootstrap ratios from pseudo-F
for
variables in MCA.
BR4varMCA(BrLevels, wJ, nIter = 1000)
BrLevels |
The bootstrap ratios for the variables
(i.e., the output from |
wJ |
the masses (i.e., the center of gravity of the rows)
for the columns, typically obtained from
the output of |
nIter |
(Default: 1000) the number of bootstrapped iterations used to compute the original Bootstrap ratios. |
The idea here is to get a statistics that is
commensurable across designs. So, the BR
s from the levels
are re-combined to give a pseudo-F
that tests
if the levels of the variables are reliably different
for a given factor. The
probability associated to the pseudo-F
is then used to compute a pseudo-BR
whose value
will then have the same probability as the pseudo-F
.
A list with 6 elements
"pseudoBR.pos" The positive pseudo BR ratios (i.e., BRs indicating differences between levels)
"pseudoBR" BR ratios matching the probability
of their F
,
could be positive (indicating differences between levels), or
could be negative (indicating similarities between levels)
F4VarThe F
from the ANOVA testing
the differences between the levels of
the qualitative variable.
df4VarThe degrees of freedom for the F
from the ANOVA for the differences between the levels of
the qualitative variable.
pF4VarProbability associated the F
's.
Hervé 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.