Posts by Anderson N. Barbosa • 1 point
2 posts
-
0
votes1
answer38
viewsA: Organizing multiples p-value in R (Kruskal.test)
I got the answer in the international version of the forum. Simply complement with the code below that the table will be generated... pvals <- outer(table, table, function(x,y) {…
ranswered Anderson N. Barbosa 1 -
0
votes1
answer38
viewsQ: Organizing multiples p-value in R (Kruskal.test)
Using the code below, I created a data.frame() with 5 variables. This way, I can get the value of p using the variable 'table' and Kruskal.test(). > sample1 <- c(3, 3, 3, 2, 3) > sample2…
rasked Anderson N. Barbosa 1