Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/experiment-analysis/clustered-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ When creating an experiment, choose the randomization entity as usual. Then in `

![Create clustered analysis experiment](/img/experiments/clustered-analysis/clustered-analysis-experiment.png)

Once created and running, there are a few differences on how experiment results are calculated. Notice that assignment numbers will refer to the entity but subentity numbers will also be available. Metrics will be calculated by using the subentity as the denominator.
Once created and running, there are a few differences on how experiment results are calculated. Notice that assignment numbers will refer to the entity but subentity numbers will also be available. Metrics will be calculated by using the subentity as the denominator. For that, we leverage the Delta method described in [Deng et al.](https://alexdeng.github.io/public/files/kdd2018-dm.pdf) and recommended in Chapter 18 of _Trustworthy Online Controlled Experiments_.

![Subentities in experiment results](/img/experiments/clustered-analysis/metrics-with-subentities.png)

Explore charts behave the same way. Assignment numbers are reported, but metrics and their split bys will use the subentity numbers for the denominator.

![Subentities in Explore charts](/img/experiments/clustered-analysis/explore-with-subentities.png)
![Subentities in Explore charts](/img/experiments/clustered-analysis/explore-with-subentities.png)