A dataset containing simulation results from a study comparing Welch t-test to the conventional t-test.
welch_res
A tibble with 16,000 rows and 11 variables:
sample size for Group 1.
sample size for Group 2.
true difference in means of two groups used to generate the data.
number of iterations.
seed used to generate data.
indicates whether Welch or conventional t-test was used.
estimate of the mean difference.
variance of the estimate.
p-value from the t-test.
lower bound of the confidence interval.
upper bound of the confidence interval.