Skip to main content
In this section, you go through the steps to run a power analysis. You set up the request for the following example where you analyze an experiment with two metrics: a crash metric used as a guardrail that you analyze sequentially, and a consumption metric that you analyze once. To go through this tutorial you need to first create an analysis plan.

Run the Power Analysis

To run a power analysis, send a POST request to the power analysis endpoint with both the analysis plan and the power data:

Data for the Power Analysis

To run the power analysis, you need to add power parameters to the analysis plan. For both the z-test and group sequential z-test, you need to include the mean and variance estimates. Pass the following data for the consumption metric together with the analysis plan:
For the crash rate metric, include the following data:
This completes the data needed for the power analysis. See the API reference for full request and response examples.