These objects contain a number of settings and functions for associationMatrix.
computeStatistic_t(var1, var2, conf.level = 0.95, var.equal = TRUE, ...)computeStatistic_r(var1, var2, conf.level = 0.95, ...)
computeStatistic_f(var1, var2, conf.level = 0.95, ...)
computeStatistic_chisq(var1, var2, conf.level = 0.95, ...)
computeEffectSize_d(var1, var2, conf.level = 0.95, var.equal = TRUE, ...)
computeEffectSize_r(var1, var2, conf.level = 0.95, ...)
computeEffectSize_etasq(var1, var2, conf.level = 0.95, ...)
computeEffectSize_omegasq(var1, var2, conf.level = 0.95, ...)
computeEffectSize_v(
var1,
var2,
conf.level = 0.95,
bootstrap = FALSE,
samples = 5000,
...
)
associationMatrixStatDefaults and associationMatrixESDefaults contain the default functions from computeStatistic and computeEffectSize that are called (see the help file for associationMatrix for more details).
The other functions return an object with the relevant statistic or effect size, with a confidence interval for the effect size.
For computeStatistic, this object always contains:
The relevant statistic
The type of statistic
The degrees of freedom for this statistic
The p-value of this statistic for NHST
And in addition, it often contains (among other things, sometimes):
The object from which the statistics are extracted
For computeEffectSize, this object always contains:
The point estimate for the effect size
The type of effect size
The confidence interval for the effect size
And in addition, it often contains (among other things, sometimes):
The object from which the effect size is extracted
One of the two variables for which to compute a statistic or effect size
The other variable for which to compute the statistic or effect size
The confidence for the confidence interval for the effect size
Whether to test for equal variances (test
), assume
equality (yes
), or assume unequality (no
).
Any additonal arguments are sometimes used to specify exactly how statistics and effect sizes should be computed.
Whether to bootstrap to estimate the confidence interval for Cramer's V. If FALSE, the Fisher's Z conversion is used.
If bootstrapping, the number of samples to generate (of course, more samples means more accuracy and longer processing time).
Gjalt-Jorn Peters
Maintainer: Gjalt-Jorn Peters gjalt-jorn@userfriendlyscience.com
computeStatistic_f(Orange$Tree, Orange$circumference)
computeEffectSize_etasq(Orange$Tree, Orange$circumference)
Run the code above in your browser using DataLab