ttestIS(data, vars, group, students = TRUE, bf = FALSE, bfPrior = 0.707,
welchs = FALSE, mann = FALSE, hypothesis = "different", norm = FALSE,
eqv = FALSE, meanDiff = FALSE, effectSize = FALSE, ci = FALSE,
ciWidth = 95, desc = FALSE, plots = FALSE, miss = "perAnalysis")
TRUE
(default) or FALSE
, perform Student's
t-testsTRUE
or FALSE
(default), provide Bayes factorsTRUE
or FALSE
(default), perform Welch's
t-testsTRUE
or FALSE
(default), perform Mann-Whitney U
tests'different'
(default), 'oneGreater'
or
'twoGreater'
, the alternative hypothesis; group 1 different to group
2, group 1 greater than group 2, and group 2 greater than group 1
respectivelyTRUE
or FALSE
(default), perform Shapiro-Wilk
test of normalityTRUE
or FALSE
(default), perform Levene's test for
equality of variancesTRUE
or FALSE
(default), provide means and
standard errorsTRUE
or FALSE
(default), provide effect
sizesTRUE
or FALSE
(default), provide confidence
intervalsTRUE
or FALSE
(default), provide descriptive
statisticsTRUE
or FALSE
(default), provide descriptive
plots'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.## Not run: ------------------------------------
# ttestIS(data, vars='len', group='supp')
## ---------------------------------------------
Run the code above in your browser using DataLab