> Yes, it's a binary outcome - ownership of nets yes or no. Therefore I
> want to compare the prevalence in each arm.
>
> arm 1: distribute new long lasting insecticide treated nets (LLITN) to
> everyone without re-impregnating the old ones
> arm 2: distribute new (LLITN) to everyone and re-impregnation of the
> old ones
> arm 3: only distribute exact number of nets requested by community
> members with no reimpregnation
Martin Holt gives excellent advice, but let me elaborate a bit on it.
You can arrange your data from this experiment as a 3 by 2 table with
the 3 rows representing the three arms and the two columns representing
yes/no to ownership of nets.
You can test independence of the rows and columns using a chisquare
test, and Russ Lenth's power and sample size page
http://www.math.uiowa.edu/~rlenth/Power/
Is a nice place to start and the price is right. I believe that G*Power
will also do a power calculation for a chisquare test.
http://www.psycho.uni-duesseldorf.de/aap/projects/gpower/
G*Power is also free.
For a chisquare test, you need to estimate the non-centrality parameter
by creating some fake data that corresponds to the proportions of yes/no
in each group that you think represents a clinically relevant shift. For
exapmle, you might hypothesize that if arms 1, 2, and 3, have
proportions 0.2, 0.3, and 0.4, that you would have to have to look at a
chisquare statistic for a table that looks something like
20 80
30 70
40 60
The expected counts here would be
30 70
30 70
30 70
and the chisquare statistic for this artificial setting would be
10^2/30+10^2/70+0^2/30+0^2/70+10^2/30+10^2/70 = 9.52
That's your noncentrality parameter, assuming 100 patients per group.
For 50 patients per group, recalculate using this table
10 40
15 35
20 30
to get a non-centrality parameter of 4.76 (it's not just a coincidence
that this is half the size of the previous example).
Now this seems like a pain in the neck, and it is, so what would be a
simpler solution? One thing you might notice is that a 3 by 2 table
contains several 2 by 2 tables as subsets (three 2 by 2 tables to be
precise). If the sample size provides adequate power for each possible 2
by 2 table then surely that should be good enough to satisfy even the
pickiest grant reviewer.
I differ from Martin Holt in that I would apply a Bonferroni correction
(show adequate power for alpha = .05/3 = .0167). The price paid here is
small, but it adds credibility to your grant proposal.
So figure out power for a two by two table where the two proportions are
0.2 and 0.3, 0.2 and 0.4, and 0.3 and 0.4. This you already know how to do.
I hope this helps.
--
Steve Simon, Standard Disclaimer
Free statistics webinar, Wed, Oct 14, 10am CDT.
"P-values, confidence intervals, and the Bayesian alternative"
Details at www.pmean.com/webinars
----- Original Message -----From: Sandra AlbaSent: Tuesday, September 15, 2009 9:03 AMSubject: {MEDSTATS} Re: sample size calculation three-arm trial