When using sample size calculators such as ssi or artbin for non-inferiority study designs, does it take the prevalence into account?
For example, I want to calculate the sample size for a study investigating if methodB is non-inferior to methodA (with a 5% non-inferiority margin). The outcome is sensitivity, so I will test if the proportions are non-inferior.
I use the following code:
I get the result that I need 951 in each group. My question is: since sensitivity is calculated on true positives, do I need 951 true positives in each group? Or do I just need 951 in total in each group?
I hope it makes sense, and thank you so much for your time in advance.
For example, I want to calculate the sample size for a study investigating if methodB is non-inferior to methodA (with a 5% non-inferiority margin). The outcome is sensitivity, so I will test if the proportions are non-inferior.
I use the following code:
Code:
ssi 0.87 0.05, a(0.025) power(0.9) non
I hope it makes sense, and thank you so much for your time in advance.
Comment