cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to use Accelerated Life Testing (ALT) to evaluate reliability. Register for June 5 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
Draj86
Level I

Between batch Bioequivalence based on between batch variability

Hi guys can any body suggest the path to perform the between batch bio equivalence based on mean difference between reference and test divided by between batch variability.

1 REPLY 1

Re: Between batch Bioequivalence based on between batch variability

You could apply the two one-sided t-tests after you specify the acceptable margin. H0: test < (reference - margin) or (reference + margin) < test. H1: (reference - margin) < test < (reference + margin). Both one-sided tests must be significant to claim equivalence.

 

JMP can perform this test for you in the Oneway platform if you have the data, not the summary statistics.

Recommended Articles