python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Adding holm correction to FWER graph
I asked this question on cross-validate, but was asked to move it here because it involved coding more than a statistics question.
I'm teaching a statistics class about family-wise error rate, and hav...
Andy
Votes: 0
Answers: 1
Pairwise comparison table from a list R
I have a list of 4 vectors with terms (characters). I'm looking to obtain a table with the pairwise comparison of the terms. How many are equal in each pairwise comparison?
Here is an example:
set.see...
Francisco
Votes: 0
Answers: 2
Aggregate sum of column values for all pairwise groupings of other columns in a dataframe in R
I have been trying to aggregate the sum of one column in a dataframe for all pairwise comparisons of the other columns in a data frame. The dataset I have is very large, but below is a dummy set that ...
XFrost
Votes: 0
Answers: 1
How to add pairwise comparisons to ggplot with three independent sample comparisons in 4 groups? Could anyone help me?
Could anyone help me, how to add pairwise comparisons to ggplot with three independent sample comparisons (type) in 4 groups? (variable) Thank you
Code is below:
compare_means(value ~ type, data = me...
brozka
Votes: 0
Answers: 0