Statistical power is the chance a study actually detects an effect that is really there. For simple tests you can get it from a formula. For the models researchers really use, you often cannot. This tool takes a different route: it builds data where the effect is real, runs the analysis, and checks how often the result comes out significant. Do that hundreds of times and the share of significant results is your power. Move the sliders and watch it change.
The paragraph updates with your settings, so you can paste it straight into a preregistration or a methods section. The download gives you runnable R code that reproduces this exact analysis, so anyone can check or adapt it.
Power formulas exist for simple tests, but they break down for the models applied research really uses, like logistic regression with correlated predictors, mixed models, and interactions. So instead of a formula, this tool simulates. It builds a dataset in which the effect you specified is real, runs the analysis, and checks whether the result is significant. Repeat that a few hundred times and the share of significant results is the estimated power. The same approach scales from this two-group example up to the multi-predictor logistic models I use in practice. It just needs a richer step for generating the data.