- chisq, cohensf, cohensfsq, d, etasq, f, logodds, means, omegasq, or, p, r, t, z
The value of the relevant statistic or effect size.
- ncf
The value of a noncentrality parameter of the F distribution.
- n, n1, n2, N, ns
The number of observations that the r or t value is
based on, or the number of observations in each of the two groups for an
anova, or the total number of participants when specifying a noncentrality
parameter.
- df, df1, df2
The degrees of freedrom for that statistic (for F, the
first one is the numerator (i.e. the effect), and the second one the
denominator (i.e. the error term).
- proportion
The proportion of participants in each of the two groups
in a t-test or anova. This is used to compute the sample size in each group
if the group sizes are unknown. Thus, if you only provide df1 and df2 when
converting an F value to a Cohen's d value, equal group sizes are assumed.
- b
The value of a regression coefficient.
- se, sds
The standard error of standard errors of the relevant
statistic (e.g. of a regression coefficient) or variables.
- minDim
The smallest of the number of columns and the number of rows
of the crosstable for which the chisquare is translated to a Cramer's V
value.
- lower.tail
For the F and chisquare distributions, whether to get the
probability of the lower or upper tail.
- akfEq8
When converting Cohen's d to r, for small sample
sizes, bias is introduced when the commonly suggested formula is used
(Aaron, Kromrey & Ferron, 1998). Therefore, by default, this function uses
different equations depending on the sample size (for n < 50 and for n >
50). When akfEq8
is set to TRUE or FALSE, the corresponding action is
taken; when akfEq8
is not logical (i.e. TRUE or FALSE), the function
depends on the sample size.
- var.equal
Whether to compute the value of t or Cohen's
d assuming equal variances ('yes'), unequal variances ('no'), or
whether to test for the difference ('test').