Hi @bbenny7 : Yes, my explanation was for different units.
Yes, your case can be simplified to a paired t-test. Each of n units tested at 0 months, then at three months.
H0: mean delta (3 months - 0 months) > 1.25
Ha: mean delta <=1.25.
The way the data analysis will proceed is as follows (this will help to guide us to what information we need for power calculations.
1. For each unit, calculate delta (3 months - 0 months).
2. Treat these n deltas as your new data. This reduces the problem to a one sample test.
3. From these n deltas, calculate a 95% upper bound on the mean (JMP Distribution Platform). If that upper bound is < 1.25 then you reject H0 in favor of Ha at 95% confidence (you could choose another level of confidence, but 95% is common).
So, to use the "power for one sample equivalence" platform, choose:
-Non-inferiority
-Lower is better
-Margin 1.25
-Alpha=0.05
-Population SD assumed known? No
This sets up the desired hypothesis test:
H0: mean delta (3 months - 0 months) > 1.25
Ha: mean delta <=1.25
In the bottom section is Sample Size, Difference to detect, and Std Dev.
The Difference to detect is what you believe to be true in the entire population of units (must be < 1.25 since otherwise there'd be no point in doing the experiment).
The Std Dev can be a tricky one. It is the assumed Std Dev of the deltas. Or, since delta = Y3 - Y0, the Std Dev of the deltas = sqrt( Var[Y30] + Var[Y0] - 2*correlation[Y30, Y0]*SD[Y30]*SD[Y0] )
Soooo, either you have to know the (1) SD of the deltas, or the (2) SD of each and the correlation coefficient. If you don't know correlation, 0.5 might not be a bad choice.
Questions? Come back