Script that performs Welch's t- test and put result in a table
Hi All,I have data, 4 groups, 5 data values each, data attached. Variance of groups are significantly different. I need to perform pairwise Welch’s t-tests, with G1 as reference in each comparison. Then create a table that has group names, means, std errs, lower and upper 95% bounds, and p values of each group. Is it possible to perform these tasks automatically with a Rshiny equivalent of script ...