The data sample is unpaired and my research hypothesis is:
Upstream- Downstream “at least” (one sided) ≥ 0.5ppm
Unlike the SAS TTEST procedure, the .ttest command cannot specify the mean difference D0 other than zero.
If the data were paired I could create a new variable with the difference and run a ttest on that for the specified ppm.
The "R" code is:
t.test(Upstream,Downstream,alternative="greater",m u=0.5,conf.level=0.99)
Thanks,
Just a Noobie, Matt
0 Response to Two sample unpaired ttest with mean difference specified
Post a Comment