powered by
Produces a more helpful summary of the existing t.test function.
t.test
all_tTest(x, y, data, adjust.method= c("none", "holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr"), ...)
Character string giving name of grouping variable.
Character string giving name of continuous variable.
Data where both x and y can be found.
x
y
Method to for adjusting p-values for multiple testing. It uses the same set of choices as p.adjust.
p.adjust
Other arguments to be passed down to the t.test function.
A list of class allTT with one element elements:
allTT
Means, n, and standard errors for both groups and the difference.
The result produced by t.test.
# NOT RUN { data(alberta) all_tTest("k6group", "k3c", data=alberta) # }
Run the code above in your browser using DataLab