I have to create a questionnaire that compares the sportiness of Facebook users vs. non-Facebook users. I need to calculate the number of participants that are required so that the result is statistically relevant. Unfortunately I have no idea how I can calculate that. Could you help me?
Defining the problem
Software options
R Example:
Thus, assuming what is often labeled as a medium difference in group means and conventional values for alpha and power, you would need 64 participants per group. Graph from G PowerThe following graph was generated from G Power and is taken from my post on power analysis. It shows for different levels of d, what power you will obtain for a given total sample size.
Final complication if non-experimental designThe above calculations are all done on the assumption that you have equal numbers of facebook and non-facebook users in your sample. This feature is common to experiments and to studies where participants are sampled in some systematic way. However, if you are just taking a general sample from the community, you will end up with uneven numbers of facebook and non-facebook users. All else being equal statistical power decreases as group sizes become less equal. G Power 3 allows you to specify the ratio of group sizes when calculating required sample size. |
||||
|
|
|
Here is a link to a website that do that for you, but it is in german... :-\ But mybe you can use it... http://www.bauinfoconsult.de/Stichproben_Rechner.html This site calculates the number of needed respondents according to the standard error and the expected power. |
|||||||||
|
|
Here's an English version
You can also try the Sample Size Calculator at gpra.net - here's the Intro and Install PDFs |
||||
|
|
Lehr's rule, as quoted by Van Belle is $$n = \frac{16}{\Delta^2},$$ where $\Delta$ is the posited effect size, which in your case would be $(\mu_{\mbox{fb}} - \mu_{\mbox{non fb}}) / \sigma$, where $\mu$ is the mean 'sportiness', and $\sigma$ is the (pooled) standard deviation of sportiness. You want to collect $n/2$ participants from Facebook and the remaining half not from facebook. This rule gives you approximately 80% power for a 2-sample 2-sided t-test at the 0.05 type I rate. |
|||
|
|
