I’m comparing two analytical methods that assess the purity of my samples and would like to determine whether they are equivalent. I’m aware that they don’t yield identical results—so the mean difference between the two methods isn’t zero—but what matters is whether the difference remains within a 2% tolerance.
Here’s the setup:
-
I tested 28 different samples, with each sample analyzed once by each method.
-
I’m interested in verifying if the methods are equivalent within a ±2% margin.
-
I originally applied a two-sided t-test on the differences in purity, but I’m not confident that this approach is the best suited for establishing equivalence.
-
The kicker: the data are not normally distributed.
I’d greatly appreciate any guidance on:
-
Which statistical tests are most appropriate for assessing equivalence when data aren’t normally distributed.
-
Valid ways to implement such tests under these conditions.
-
Pitfalls I should be aware of when assessing equivalence with non-normal data.
Any recommendations or advice would be really helpful—thank you!