Book Image

Minitab Cookbook

By : Isaac A Newton
Book Image

Minitab Cookbook

By: Isaac A Newton

Overview of this book

Table of Contents (19 chapters)
Minitab Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Using equivalence tests to prove zero difference between the mean and a target


Equivalence tests are new in Minitab v17. We will use an equivalence test to determine if the mean of a sample can be found to be equivalent for a target value.

These tests are similar to t-tests, but where the t-test null hypothesis is no difference, an equivalence test uses a null hypothesis of there is a difference.

The example dataset here is fill volumes of syringes. The target fill volume is 15 ml; we would like to know if the fill volumes of this process are equivalent to the goal of 15 to within +/- .25 ml around the target.

Getting ready

Open the equivalence 1 sample.mtw worksheet from the support files.

How to do it…

The following steps compare the measured volumes to the target of 15:

  1. Navigate to Stat | Equivalence Tests | 1 Sample….

  2. Enter Volume for the Sample: column.

  3. Enter 15 as Target:.

  4. For Lower limit:, enter -.25.

  5. For Upper limit:, enter .25.

  6. Click on OK.

How it works…

Equivalence tests are also known as two...