Closed gbordyugov closed 6 years ago
Ok, we can run sample size estimation against control for all variants (except the control itself), giving us a sample size estimation for each variant and then take the largest of them.
What do you think?
@shansfolder this method is called from our ExpanWeb
service and the data is currently saved along other experiment results.
@gbordyugov I see. Then I would suggest to discuss the signature (e.g. n
is not used) and properly document this method.
One more question: if there are more variants, do we run this method multiple times and take the sum?
@shansfolder will do
as to your second questions, see my comment above — the one ending with "What do you think"?
@gbordyugov I like your idea of doing the iterative sample size estimation for multivariate tests, maybe it's also possible to do the power calculation in terms of the Chi-squared statistic (instead of t- or z-statistic), not quite sure though.
PS: really impressed by the quick hot-fix;-)
We still don't know how to handle multiple variants.
The old version had both
n
asr
as parameters.