> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Analyze Experiments

> Review PlayFab experiment scorecards for p-value, delta, statistical significance, and sample ratio mismatch to interpret A/B and multivariate test results.

Experiments' results are shown in **Experiment details and scorecard page**. The scorecard is generated in a regular cadence. The first scorecard is generated in 12 hours, followed by scorecard(s) every 24 hours for the entire duration of an experiment.

The experiment details and scorecard page, lists the experiment name, description, start and end date, intended duration, audience, and variant count. The actions like Stop, Run, Clone as draft is available on the page based on the state of the experiment.

Once the experiment is completed, select the **Completed** tab view, and select on the name of the experiment to view the **Scorecard**, along with the experiment details. Additionally, the at-run experiments’ scorecard and details can be viewed by selecting the name of the experiment.

<Note>
  To learn more about SRM and how to resolve it, see the **Sample Ratio Mismatch** section in [Experimentation Best Practices and Recommendations](/services/playfab/live-service-management/game-configuration/experiments/experimentation-keys)
</Note>

<img src="https://mintcdn.com/microsoft-4404708b/3hg2JQs0m7qmDqay/images/playfab/live-service-management/game-configuration/experiments/tutorials/analysis-of-the-experiment.PNG?fit=max&auto=format&n=3hg2JQs0m7qmDqay&q=85&s=f18359b8b848f025e200bc27d98d4c60" alt="Screenshot of Analyze an Experiment" width="2938" height="1915" data-path="images/playfab/live-service-management/game-configuration/experiments/tutorials/analysis-of-the-experiment.PNG" />

At the experiment run:

* Player count, Average, Delta, Statistical significance, P-value, P-move, and Stanard deviation metrics are produced
* If an issue of Sample Ratio Mismatch (SRM) is identified, then it's flagged to the user for investigation.
  * SRM indicates sampling bias in the randomization, which leads to the options of resolving bugs (if any), immediately stop the experiment based on the estimated impact or take the risk and let the experiment continue.

At the completion of the experiment:

* The overall statistical computation of each metric is available for analysis.

<img src="https://mintcdn.com/microsoft-4404708b/3hg2JQs0m7qmDqay/images/playfab/live-service-management/game-configuration/experiments/tutorials/scorecard-of-the-experiment.PNG?fit=max&auto=format&n=3hg2JQs0m7qmDqay&q=85&s=13b6edc1da09615ea3319d9b625ad026" alt="Screenshot of Experiment Scorecard and Details" width="2942" height="1888" data-path="images/playfab/live-service-management/game-configuration/experiments/tutorials/scorecard-of-the-experiment.PNG" />

For details on the variant, its associated variables, and overrides, select **Configuration** and **Experiment configuration page** will be displayed with details.

## Next steps

* [Codeless experiments quickstart](/services/playfab/live-service-management/game-configuration/experiments/quickstart)
* [Manage Experiments](/services/playfab/live-service-management/game-configuration/experiments/manage-experiments)
* [Scorecard metrics](/services/playfab/live-service-management/game-configuration/experiments/scorecard-metrics)
* [Experimentation APIs](/services/playfab/live-service-management/game-configuration/experiments/experimentation-apis)
* [Integrating Experiments with other PlayFab services](/services/playfab/live-service-management/game-configuration/experiments/experiments-other-services)
* [Prevent Interaction Effects with Exclusion Group](/services/playfab/live-service-management/game-configuration/experiments/exclusion-groups)


## Related topics

- [Experiments Quickstart](/services/playfab/live-service-management/game-configuration/experiments/quickstart.md)
- [Manage Experiments](/services/playfab/live-service-management/game-configuration/experiments/manage-experiments.md)
- [Exclusion Group in Experiments](/services/playfab/live-service-management/game-configuration/experiments/exclusion-groups.md)
- [Integrating Experiments with other PlayFab services](/services/playfab/live-service-management/game-configuration/experiments/experiments-other-services.md)
- [Experimentation APIs](/services/playfab/live-service-management/game-configuration/experiments/experimentation-apis.md)
