- data
the data as a data frame
- vars
a vector of strings naming the variables of interest in
data
- students
TRUE
(default) or FALSE
, perform Student's
t-tests
- bf
TRUE
or FALSE
(default), provide Bayes factors
- bfPrior
a number between 0.5 and 2.0 (default 0.707), the prior
width to use in calculating Bayes factors
- wilcoxon
TRUE
or FALSE
(default), perform Wilcoxon
signed rank tests
- testValue
a number specifying the value of the null hypothesis
- hypothesis
'dt'
(default), 'gt'
or 'lt'
, the
alternative hypothesis; different to testValue
, greater than
testValue
, and less than testValue
respectively
- norm
TRUE
or FALSE
(default), perform Shapiro-wilk
tests of normality
- qq
TRUE
or FALSE
(default), provide a Q-Q plot of
residuals
- meanDiff
TRUE
or FALSE
(default), provide means and
standard deviations
- ci
TRUE
or FALSE
(default), provide confidence
intervals for the mean difference
- ciWidth
a number between 50 and 99.9 (default: 95), the width of
confidence intervals
- effectSize
TRUE
or FALSE
(default), provide Cohen's d
effect sizes
- ciES
TRUE
or FALSE
(default), provide confidence
intervals for the effect-sizes
- ciWidthES
a number between 50 and 99.9 (default: 95), the width of
confidence intervals for the effect sizes
- desc
TRUE
or FALSE
(default), provide descriptive
statistics
- plots
TRUE
or FALSE
(default), provide descriptive
plots
- miss
'perAnalysis'
or 'listwise'
, how to handle
missing values; 'perAnalysis'
excludes missing values for individual
dependent variables, 'listwise'
excludes a row from all analyses if
one of its entries is missing.
- mann
deprecated